it-poet / mymsg-laravel-mail
A Laravel mail driver for mymsg.pw
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/it-poet/mymsg-laravel-mail
Requires
- it-poet/mymsg: 0.0.2
This package is not auto-updated.
Last update: 2025-11-01 00:47:27 UTC
README
A Laravel mail driver for mymsg.pw
Install via composer:
composer require it-poet/mymsg-laravel-mail
Add the service provider to your app.php config file:
// Laravel 5: config/app.php 'providers' => [ ... ItPoet\MymsgLaravelMail\MymsgMailServiceProvider::class, ... ];
Then publish the config file:
php artisan vendor:publish --provider="ItPoet\MymsgLaravelMail\MymsgMailServiceProvider"
Get your API key here mymsg.pw.
In .env:
MAIL_DRIVER=mymsgmail
MYMSG_API_KEY=your_api_key