https://www.ory.sh/ logo
#talk-kratos
Title
# talk-kratos
c

cold-printer-58923

12/02/2021, 10:41 PM
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

proud-plumber-24205

12/03/2021, 10:23 AM
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

cold-printer-58923

12/03/2021, 3:02 PM
ahhh that did the trick! thanks so much!
😎 1
3 Views