mailsurge / laravel
Mailsurge transport for Laravel
Fund package maintenance!
v1.0.0
2026-06-17 09:04 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^10.0||^11.0||^12.0||^13.0
- spatie/laravel-package-tools: ^1.16
- symfony/mailer: ^6.2||^7.3||^7.4||^8.0
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^11.0.0||^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^2.0||^3.0||^4.0
- pestphp/pest-plugin-arch: ^2.5||^3.0||^4.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0||^4.0
This package is not auto-updated.
Last update: 2026-06-17 12:30:11 UTC
README
Installation
You can install the package via composer:
composer require mailsurge/laravel
Usage
Add the following to config/mail.php.
'mailers' => [ 'mailsurge' => [ 'transport' => 'mailsurge', ], ],
Update the following values in your .env.
MAIL_MAILER=mailsurge
MAILSURGE_API_KEY="sk_yourkey"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.