I have setup a domain for my email account, and it is verified with mx record.
Here is my smtp settings:
- MAILER=smtp
- HOST=smtppro.zoho.com
- PORT=465
- USERNAME=xxxx@mydomain.com
- PASSWORD="xxxxxxxxxxxx"
- ENCRYPTION=ssl
But it keep failling with following message
- Failed to authenticate on SMTP server with username "xxxx@mydomain.com" using 2 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Authentication Failed
I tried with my primary email (which is super admin mail) but still failed.
Do I need to create special username or password for the smtp settings?
The lack of documentations on this is so frustrating.