Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Lucious123's avatar

Zoho Mail SMTP Configuration Issue: Email Not Being Sent Despite No Errors

Hello everyone,

Has anyone successfully configured email verification with Zoho Mail? I’ve generated an app password from Zoho's Security > App Passwords section, but I'm encountering an issue where emails are not being sent. There are no errors, but the email just doesn't get delivered.

Here’s my current Zoho Mail configuration:

MAIL_MAILER=smtp

MAIL_HOST=smtp.zoho.com

MAIL_PORT=465

MAIL_USERNAME=[email protected]

MAIL_PASSWORD=xxxxxxx868

MAIL_ENCRYPTION=ssl

MAIL_FROM_ADDRESS=[email protected]

MAIL_FROM_NAME="${APP_NAME}"

Is my workflow correct, or is there something I may have missed in the configuration process with Zoho? Any insights or tips would be greatly appreciated!

0 likes
0 replies

Please or to participate in this conversation.