DEV Community

Cover image for Set Laravel Mailer with Mailtrap.io and Sendgrid.

Set Laravel Mailer with Mailtrap.io and Sendgrid.

Ariel Mejia on August 23, 2019

Set email for logs To add settings for emails Laravel provides an “.env” file, that we need to edit: MAIL_DRIVER=log MAIL_HOST=smtp.ma...
Collapse
 
sergey_telpuk profile image
Sergey Telpuk

It is perfect doing everything in docker environment. It is strange to see that backend developers work without that one. It allows us to use, for instance, mailertrap without problem, look at mailhog, and it has docker image.

Collapse
 
arielmejiadev profile image
Ariel Mejia

Thanks I will take note, sometimes it is usefull but offcourse I will try docker thanks!

Collapse
 
zaratedev profile image
Jonathan Zarate

Awesome!