felrov/laravel-mandrill
最新稳定版本:v0.8.1
Composer 安装命令:
composer require felrov/laravel-mandrill
包简介
Laravel Mandrill Mail Transport
关键字:
README 文档
README
Installation
You can install the package via composer:
$ composer require felrov/laravel-mandrill
Usage
Update your .env file by adding your api key and set your mail driver to mandrill.
You can choose between https and api scheme.
MAIL_MAILER=mandrill MANDRILL_SCHEME=https | api MANDRILL_SECRET=YOUR-API-KEY-HERE
You are ready to use mandrill through Laravel
Remember, when using Mandrill the sending address used in your emails must be a valid Sender Signature that you have already configured.
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-03