check your .env file is correctly and then check your encryption type. recommended to use tls encryption for send email.
Dec 10, 2018
5
Level 1
SHARED HOSTING PLESK + LARAVEL
How to integrate plesk mail into laravel .env..
i show you my code in .env
MAIL_DRIVER=smtp
MAIL_HOST=xxx.xx.xxx.248
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=xxxxx
MAIL_ENCRYPTION=ssl
im run artisan config:cache and , website .
error come like this :
Connection could not be established with host xxx.xx.xxx.248 [ #0]
Level 1
@SKOOBI - i'm try to change port like what are you said..
Error with port 465
Connection to tcp://mail.xxx.com.my:465 Timed Out
Error with port 463
Connection could not be established with host mail.xxx.com.my [No connection could be made because the target machine actively refused it. #10061]
Error with port 25
Connection could not be established with host mail.xxx.com.my [Unable to find the socket transport "none" - did you forget to enable it when you configured PHP? #23]
[SOLVED]: i'm changed mail client mail.domain.com.my to webmail.domain.com.my
Please or to participate in this conversation.