I'm trying to upgrade from v0.5 to v0.8 and having...
# talk-kratos
c
I'm trying to upgrade from v0.5 to v0.8 and having issues getting emails to work - the previous configuration was
Copy code
connection_uri: <smtps://test:test@10.22.11.102:1025/?skip_ssl_verify=true>
similar to the quickstart. I saw the breaking changes in the CHANGELOG but can't seem to come up with a connection_uri that satisfies mailslurper - anyone have ideas?
p
Hi @cold-printer-58923 In the latest kratos you need to run the courier using the
--watch-courier
flag on
kratos serve
https://www.ory.sh/kratos/docs/concepts/email-sms#single-instance
c
ahhh that did the trick! thanks so much!
😎 1