smtp works but mail laravel 5.2 does not arrive

1

Laravel says that my email has already been sent, but nothing has arrived on the mail tray and the email I use to send the messages does not record the email sent, which could be happening.

So I have my .env

MAIL_DRIVER=sendmail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=***********
MAIL_ENCRYPTION=tls

I remain attentive and thank you very much for your help

    
asked by Jhonatan Anderson Ospina Suare 29.06.2016 в 23:54
source

1 answer

1

You have tried to configure with the same data the file mail.php that is found in: /config/ .

When I used Laravel , I had it configured in both sites. I hope this information will help you

    
answered by 30.06.2016 в 07:37