How to setup Zoho Mail smtp? #10792
-
I'm trying to send an email using Zoho's SMTP as per the documentation, but it's not working properly, and no errors appear in the Docker Compose logs. Here is my SMTP configuration: SMTP_DOMAIN=*****.com
SMTP_ADDRESS=smtppro.zoho.com
SMTP_PORT=587
SMTP_USERNAME=contato@*****.com
SMTP_PASSWORD='*****'
SMTP_AUTHENTICATION=login
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_OPENSSL_VERIFY_MODE=peer Any tips on how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
lucasmsoares96
Jan 29, 2025
Replies: 1 comment
-
I found the solution here (solution). I had to change from |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lucasmsoares96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution here (solution). I had to change from
smtppro.zoho.com
tosmtp.zoho.com
.