div-art/laravel-sendinblue
Composer 安装命令:
composer require div-art/laravel-sendinblue
包简介
Laravel 5.5 mail driver
README 文档
README
Extends Laravel mail drivers to send emails using SendInBlue API
Installation
To install, run the following in your project directory:
$ composer require div-art/laravel-sendinblue
Then in config/app.php add the following to the providers array:
DivArt\SendInBlue\SendInBlueServiceProvider::class,
Configuration
To publish SendInBlue's configuration file, run the following vendor:publish command:
php artisan vendor:publish --provider="DivArt\SendInBlue\SendInBlueServiceProvider"
This will create sendinblue.php in your configuration directory. In this file you must specify your sendinblue api-key. The api-key can be obtained from the settings of the SendInBlue account. Also SendInBlue should activate your SMTP account. To do this, write to them in support.
.env
MAIL_DRIVER=sendinblue
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 109
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-30