spaanproductions / laravel-mandrill
适用于 Laravel 9+ 的 Mandrill 邮件发送器
2.0.2
2024-04-26 10:09 UTC
Requires
- php: ^8.0|^8.1
- illuminate/support: ^9.0|^10.0|^11.0
- mailchimp/transactional: ^1.0
- symfony/mailer: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ~7|~8|~9
- phpunit/phpunit: ~9.0
README
这里应该放置您的描述。请参阅 contributing.md 了解待办事项列表。
注意
请注意,此驱动程序不支持 BCC。
安装
通过 Composer
$ composer require spaanproductions/laravel-mandrill
将 Mandrill 邮件发送器添加到您的 config\mail.php
'mandrill' => [ 'transport' => 'mandrill', 'api-token' => env('MANDRILL_API_TOKEN'), 'headers' => [ // 'X-MC-ReturnPathDomain' => 'your.returndomain.com', // 'X-MC-PreserveRecipients' => true, // https://mailchimp.com/developer/transactional/docs/smtp-integration/#x-mc-preserverecipients ], // 'logger' => 'daily', ],
用法
变更日志
有关最近更改的更多信息,请参阅 changelog。
测试
$ composer test
贡献
有关详细信息和一个待办事项列表,请参阅 contributing.md。
安全性
如果您发现任何与安全性相关的问题,请通过电子邮件 info@spaanproductions.nl 而不是使用问题跟踪器来报告。
许可证
MIT。有关更多信息,请参阅 许可证文件。