lively-beard-47107
04/27/2022, 12:21 PMtime=2022-04-27T12:16:58Z level=error msg=Unable to send email using SMTP connection. audience=application error=map[message:unencrypted connection] message_from=no-reply@example.com service_name=Ory Kratos service_version=v0.8.2-alpha.1 smtp_server=custom-smtp-server.test.svc.cluster.local:25 smtp_ssl_enabled=false
And I am configuring it like:
<smtp://test:test@custom-smtp-server.test.svc.cluster.local:25/?disable_starttls=true>
It says unencrypted connection
which is true, but I don’t care much since it is locally. Is there any way I can configure Kratos to allow this?hundreds-waitress-39951
04/27/2022, 1:04 PM?skip_ssl_verify=true&disable_starttls=true
lively-beard-47107
04/27/2022, 1:58 PMtime=2022-04-27T13:57:51Z level=error msg=Unable to send email using SMTP connection. audience=application error=map[message:unencrypted connection] message_from=no-reply@example.com service_name=Ory Kratos service_version=v0.8.2-alpha.1 smtp_server=custom-smtp-server.test.svc.cluster.local:25 smtp_ssl_enabled=false
most-eve-6069
09/05/2022, 1:36 AM