mahi-mahi/mailjet-transport
Composer 安装命令:
composer require mahi-mahi/mailjet-transport
包简介
MailJet Transport for Laravel 5.6
README 文档
README
The mahi-mahi/mailjet-transport package provides easy to way to use MailJet service for all outgoing emails.
Installation
You can install the package via composer:
composer require mahi-mahi/mailjet-transport
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="MahiMahi\MailjetTransport\MailjetTransportServiceProvider" --tag="config"
This is the contents of the published config file:
return [ 'public_key' => env('MAILJET_APIKEY_PUBLIC'), 'private_key' => env('MAILJET_APIKEY_PRIVATE'), ];
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-09