laravelsmtp / laravel-smtp
Drop-in Laravel package for SMTP/SES/Mailgun/Postmark/SendGrid auto-configuration.
dev-main
2025-09-02 07:30 UTC
Requires
- php: ^8.1
- aws/aws-sdk-php: ^3.300
- illuminate/mail: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- symfony/mailgun-mailer: ^7.0
- symfony/postmark-mailer: ^7.0
Suggests
- sendgrid/sendgrid: For SendGrid API transport
This package is not auto-updated.
Last update: 2025-10-01 06:22:45 UTC
README
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 🚀