it-poet / mymsg-laravel-mail
适用于mymsg.pw的Laravel邮件驱动
0.0.1
2017-04-04 02:05 UTC
Requires
- it-poet/mymsg: 0.0.2
This package is not auto-updated.
Last update: 2024-09-20 19:37:26 UTC
README
适用于mymsg.pw的Laravel邮件驱动
通过Composer安装
composer require it-poet/mymsg-laravel-mail
将服务提供者添加到您的app.php配置文件中
// Laravel 5: config/app.php 'providers' => [ ... ItPoet\MymsgLaravelMail\MymsgMailServiceProvider::class, ... ];
然后发布配置文件
php artisan vendor:publish --provider="ItPoet\MymsgLaravelMail\MymsgMailServiceProvider"
在此处获取您的API密钥 mymsg.pw。
在.env文件中
MAIL_DRIVER=mymsgmail
MYMSG_API_KEY=your_api_key