grvaz / mymsg-laravel-mail by it-poet

A Laravel mail driver for mymsg.pw
14
0
1
Package Data
Maintainer Username: it-poet
Maintainer Contact: grvaz@mail.ru (it-poet)
Package Create Date: 2017-04-04
Package Last Update: 2017-04-04
Language: PHP
License: MIT
Last Refreshed: 2025-02-12 15:10:57
Package Statistics
Total Downloads: 14
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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