monthly-basis/simple-email-service
Composer 安装命令:
composer require monthly-basis/simple-email-service
包简介
README 文档
README
This monthly-basis/simple-email-service package is a wrapper for using AWS's Simple Email Service from within the Laminas PHP framework.
Config
Add and configure the following lines in your local config file, usually located at config/autoload/local.php
return [
// ...
'monthly-basis' => [
// ...
'simple-email-service' => [
'logs' => [
'bounce' => '/path/to/bounce.log',
'complaint' => '/path/to/complaint.log',
'delivery' => '/path/to/delivery.log',
],
],
// ...
],
// ...
];
统计信息
- 总下载量: 640
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-09