Your port is wrong, should be 465?
May 19, 2020
4
Level 2
sending mails using laravel mailable in Roundcube mails
hello, am building this contact us system and my hosting has provided me with Roundcube as my mail client and they provided me with this info
Username: [email protected]
Password: Use the email account's password.
Incoming Server: mail.mnstalryadh.com
IMAP Port: 993 POP3 Port: 995
Outgoing Server: mail.mnstalryadh.com
SMTP Port: 587
IMAP, POP3, and SMTP require authentication.
and this is the .env file
MAIL_DRIVER=smtp
MAIL_HOST=mail.mnstalryadh.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=*************
MAIL_ENCRYPTION=null
and this is the error am getting from the browser
Swift_TransportException
Connection to mail.mnstalryadh.com:587 Timed Out
Please or to participate in this conversation.