it-poet / mymsg-laravel-mail
A Laravel mail driver for mymsg.pw
0.0.1
2017-04-04 02:05 UTC
Requires
- it-poet/mymsg: 0.0.2
This package is not auto-updated.
Last update: 2025-02-07 21:30:08 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