Looking to hire Laravel developers? Try LaraJobs

laravel-smtp maintained by laravelsmtp

Description
Drop-in Laravel package for SMTP/SES/Mailgun/Postmark/SendGrid auto-configuration.
Author
Last update
2025/09/02 09:30 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

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 🚀