Hello,
I'm experiencing an issue with sending emails from my web application. Here are the configuration parameters currently in use:
Despite this, every attempt to send an email results in an exception.
I’ve reviewed Zoho’s official documentation and also tried the following alternative configurations:
1. For personal users and free accounts (@zohomail.com):
SMTP Server: smtp.zoho.com
Port: 587
Security: TLS
2. For paid accounts with a custom domain (@yourdomain.com):
SMTP Server: smtppro.zoho.com
Port: 587
Security: TLS
Unfortunately, the issue persists even with these settings.