DEV Community

Laravel mail from localhost

AjayMalhotra on October 06, 2018

Hello to dev, Here I am going to share the working and tested link for Laravel mail from localhost: Laravel mail from localhost Laravel mail fro...
Collapse
 
kyslik profile image
Martin Kiesel

I just stopped after php artisan make:mail Testmail unless its a test (like unit / feature one) do not name anything with Test in it (also use CamelCase). Why not, slap the article here instead of re-linking, is it even allowed?

Collapse
 
ajaydeveloper profile image
AjayMalhotra

Hi, I changed the php artisan make:mail Testmail to php artisan make:mail PaymentDone :)

Collapse
 
ajaydeveloper profile image
AjayMalhotra

Yes you are right. I will change it now. Good point.

Collapse
 
lewandy profile image
Lewandy Dilone

With laragon you can do.

Collapse
 
ajaydeveloper profile image
AjayMalhotra

Wow this is new. I will search on this.

Collapse
 
abhijeet9920 profile image
Abhijeet Umbarkar • Edited

I prefer using log driver for local development. Good article 👍