popov / zfc-sparkpost
SparkPost服务发送消息的适配器
dev-master
2017-08-09 19:23 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-09-15 04:26:07 UTC
README
SparkPost服务发送消息的适配器
配置
在您的local.php文件中添加/更改以下配置
[
'mail' => [
'type' => 'sparkpost',
'from' => 'ex@example.com',
'options' => [
'api_key' => 'your-api-key',
'async' => false,
'trackOpens' => false,
'trackClicks' => false,
'sandbox' => false,
'inlineCss' => false,
'transactional' => true,
]
],
]