I am trying to send email from my Godaddy Webmail. Here is the configuration of .env file
MAIL_DRIVER=smtp
MAIL_HOST=dedrelay.secureserver.net
MAIL_PORT=465
MAIL_USERNAME=my_webmail_username
MAIL_PASSWORD='my_web_mail_pass'
MAIL_ENCRYPTION=ssl
But in log file it shows error
local.ERROR: Connection could not be established with host dedrelay.secureserver.net
I understand that there is a problem in 'MAIL_HOST'. But how can I get the correct 'MAIL_HOST' of my Godaddy webmail ?