it-poet/mymsg-laravel-mail

A Laravel mail driver for mymsg.pw

0.0.1 2017-04-04 02:05 UTC

This package is not auto-updated.

Last update: 2024-05-17 18:09:31 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