duncan3dc/swiftmailer

该软件包已被放弃且不再维护。作者建议使用duncan3dc/mailer软件包。

一个具有简洁界面的简单邮件抽象

2.1.0 2022-09-08 16:11 UTC

This package is auto-updated.

Last update: 2023-05-01 10:54:31 UTC


README

PHP的简单邮件抽象,具有简洁的界面

完整文档可在http://duncan3dc.github.io/mailer/找到
PHPDoc API文档也可在http://duncan3dc.github.io/mailer/api/找到

release build coverage

快速示例

使用本地邮件服务器发送电子邮件

(new \duncan3dc\Mailer\Server)
    ->createMessage()
    ->withFromAddress("admin@example.com", "Administrator")
    ->withRecipient("user@example.com", "Your Name")
    ->withSubject("Test Email")
    ->withContent("Hello")
    ->withAttachment("/tmp/UGqucq", "sensible-filename.xls")
    ->send();

更多信息请查看http://duncan3dc.github.io/mailer/

变更日志

从版本2.0.0起,已有变更日志可用

如何获取帮助

发现了一个错误?有问题?不确定某件事是如何工作的?
创建一个问题,我会尽力帮助。
或者您可以在Twitter上找到我

duncan3dc/mailer 企业版

作为Tidelift订阅的一部分提供

duncan3dc/mailer和其他数千个软件包的维护者正在与Tidelift合作,为构建应用程序时使用的开源依赖项提供商业支持和维护。节省时间,降低风险,提高代码质量,同时支付您实际使用的依赖项的维护者。了解更多信息请访问这里