"Could not connect to smtpout.secureserver.net - neither TLS nor STARTTLS worked" } #1150
Answered
by
sebadob
tarnishablec
asked this question in
Q&A
-
After migrate to 0.31.3, I can not receive registration email I have TLS certificates using Certbot in host machine, and here is my config |
Beta Was this translation helpful? Give feedback.
Answered by
sebadob
Aug 7, 2025
Replies: 1 comment 1 reply
-
I changed cert_path from fullchain.pem to cert.pem,still got issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course you still have it, because the SMTP error has nothing to do with your TLS certificate. It's about your outgoing SMTP connection which cannot be established.
Just reading the logs shows the issue very clearly:
Authentication failed
when trying to establish the SMTP connection.