Good morning how are you?
I need help setting up my zoho email in my Laravel application.
In the .env file, I'm using the settings below.
MAIL_DRIVER = smtp
MAIL_HOST = smpt.zoho.com
MAIL_PORT = 465
MAIL_USERNAME=contact@naturegoji.com.br
MAIL_PASSWORD = ******
MAIL_ENCRYPTION = ssl
However, the following error occurs:
The connection could not be established with host smpt.zoho.com [php_network_getaddresses: getaddrinfo failed: unknown name or service # 0]
I would like to know if I need to make specific settings in my zoho email so I can record emails from my server using Zoho's email address.
Thank you for your attention.
Thank you very much. .