tavsec/laravel-dotdigital-mail-driver
最新稳定版本:1.1.1
Composer 安装命令:
composer require tavsec/laravel-dotdigital-mail-driver
包简介
Laravel email driver for DotDigital transactional emails
README 文档
README
This package provides Laravel email driver which uses DotDigital transactional emails via API.
Installation
In the root directory of the project, run:
composer require tavsec/laravel-dotdigital-mail-driver
Config
Add the following code snippet under config\mail.php:
'mailers' => [ # ... "dotdigital" => [ "transport" => "dotdigital" ] ]
And change/add the following variables to your .env file:
MAIL_MAILER=dotdigital # ... DOTDIGITAL_REGION="r1" # r1, r2 or r3 DOTDIGITAL_USERNAME="username" # DotDigital API username DOTDIGITAL_PASSWORD="password" # DotDigital API password
统计信息
- 总下载量: 2.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-18