I have the same issue with namecheap email, there were a missing MAIL_FROM_ADDRESS, should be the same as MAIL_USERNAME; here is my full conf ################################# MAIL_DRIVER=smtp MAIL_HOST=mail.privateemail.com MAIL_PORT=465 [email protected] MAIL_PASSWORD=PASSWORD MAIL_ENCRYPTION=ssl MAIL_FROM_NAME="Wealth Cicrle" [email protected] ########################################
Sep 14, 2018
3
Level 7
Namecheap private email SMTP
Anyone else tried to use a domain email on privateemail (namecheap emails) with laravel? I'm trying to figure out what am i missing?
MAIL_DRIVER=smtp MAIL_HOST=mail.privateemail.com MAIL_PORT=587 [email protected] MAIL_PASSWORD=********** MAIL_ENCRYPTION=tls
This is my configuration. No error, but no email in my [email protected] outgoing emails nor on the target of the email.
Thanks in advance.
Please or to participate in this conversation.