it-poet/mymsg-laravel-mail
Composer 安装命令:
composer require it-poet/mymsg-laravel-mail
包简介
A Laravel mail driver for mymsg.pw
README 文档
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
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-04