Emails go to spam folder Laravel and VestaCP
When I want to use VestaCP mail server with Laravel, emails will go to spam folder.
I configured Laravel .env file like this
MAIL_DRIVER=smtp
MAIL_HOST=mail.mydomain.tld
MAIL_PORT=25
MAIL_USERNAME=noreplay@mydomain.tld
MAIL_PASSWORD=******
MAIL_ENCRYPTION=null
When I try to use Roundcube to send emails they will go to inbox, but with Laravel application, it goes to spam folder!
Is there anything wrong with my configuration?
from Laravel Questions and Answers https://laravelquestions.com/php/emails-go-to-spam-folder-laravel-and-vestacp/
via Lzo Media
No comments:
Post a Comment