DEV Community

AjayMalhotra
AjayMalhotra

Posted on

Laravel mail from localhost

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 from localhost with Angular

Hope this will help.

Thank you,
Therichpost

Oldest comments (6)

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
 
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

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

Collapse
 
ajaydeveloper profile image
AjayMalhotra

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

Collapse
 
abhijeet9920 profile image
Abhijeet Umbarkar • Edited

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