Hi,
I’m trying to use AWS SES as mail courier, and when the email verification is about to be sent, the following error occurs:
time="2020-04-07T09:38:29Z" level=error msg="Unable to send email using SMTP connection." error="tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config" [email protected] smtp_server="email-smtp.eu-central-1.amazonaws.com:587" smtp_ssl_enabled=true
Is there a configuration setting of some kind I can adjust to get around this problem, or is it just simply not possible to use AWS SES service for mail verifications?
Furthermore, where is the message_from
coming from? In the config, I specify from_address
with a completely different value, but that’s not being used?
Regards
Lars