has anybody used a self contained SMTP server like...
# talk-kratos
r
has anybody used a self contained SMTP server like docker mail server for e2e testing with kratos?
f
We are using this one: https://github.com/mailhog/MailHog
b
The quickstart examples use mailslurper: https://github.com/ory/kratos/blob/master/quickstart.yml And the e2e tests in Kratos use it, too, though without docker. Did you encounter any issues?