wilczynski / sendgrid-swiftmailer
通过 SendGrid API 发送电子邮件的 Swift 传输实现。
1.0
2018-06-23 14:52 UTC
Requires
- php: >=7.1
- sendgrid/sendgrid: ^7.0
- swiftmailer/swiftmailer: ^6.0
Requires (Dev)
- mockery/mockery: ^1.1
- phpunit/phpunit: 6.*
This package is not auto-updated.
Last update: 2024-09-29 05:42:03 UTC
README
实现 Swift_Transport 接口,用于通过 SendGrid API 发送电子邮件。
安装
推荐的安装方法
$ composer require "wilczynski/sendgrid-swiftmailer"
使用方法
查看 示例。
构建工具
- Swiftmailer - PHP 的邮件工具
- SendGrid - SendGrid PHP API 库
测试工具
许可证
本项目采用 MIT 许可证 - 详细信息请参阅 LICENSE.md 文件。