I use this configuration line for my SMTP server:
connection_uri: smtps://<username>:<password>@mail.gmx.net:587/?skip_ssl_verify=false
from_address: [email protected]
I get the following error message:
level=error msg=Unable to send email using SMTP connection. audience=application error=map[message:tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config] [email protected] service_name=kratos service_version= smtp_server=mail.gmx.net:587 smtp_ssl_enabled=true
Any idea why it doesn’t work? Should I inform Kratos about SSL certificates that I have?