Skip to content

LaravelSmtp/laravel-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

LaravelSMTP

Drop-in Laravel package for SMTP/SES/Mailgun/Postmark/SendGrid.

Installation

composer require laravelsmtp/laravel-smtp

Usage

Set your .env:

LSMTP_PROVIDER=ses
LSMTP_FROM_ADDRESS=no-reply@yourapp.com
LSMTP_FROM_NAME="My App"

Send a test:

php artisan laravelsmtp:test you@domain.com

That's it 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages