skip to Main Content

Connection Timeout laravel email – CPanel

I am using go daddy cpanel email to send an email using laravel. This is the code i am using: MAIL_DRIVER=SMTP MAIL_HOST=sg3plcpnl0013.prod.sin3.secureserver.net MAIL_PORT=465 MAIL_USERNAME=myusername MAIL_PASSWORD=mypassword MAIL_ENCRYPTION=tls MAIL_FROM_NAME="Contact Us" [email protected] Error: Swift_TransportException Connection to tcp://sg3plcpnl0013.prod.sin3.secureserver.net:465 Timed Out

VIEW QUESTION
Back To Top
Search