laravelsmtp/laravel-smtp

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/laravelsmtp/laravel-smtp

dev-main 2025-09-02 07:30 UTC

This package is not auto-updated.

Last update: 2025-10-15 06:29:25 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 🚀