cleentfaar / mailer
该软件包已 废弃 并不再维护。未建议替代软件包。
轻松构建、渲染和发送电子邮件
dev-master
2017-03-18 16:28 UTC
Requires
- php: ^7.1
- symfony/http-foundation: ^3.0
- symfony/options-resolver: ^3.0
Requires (Dev)
- adlawson/vfs: ^0.12
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.7|^6.0
Suggests
- cleentfaar/mailer-swiftmailer: If you want to use the (recommended) Swiftmailer driver for sending e-mails
This package is auto-updated.
Last update: 2022-02-01 13:06:06 UTC
README
安装
推荐通过 Composer 安装 Mailer。
php composer.phar require cleentfaar/mailer
安装后,您需要要求 Composer 的自动加载器
require 'vendor/autoload.php';
文档
依赖于此库的软件包
以下软件包依赖于此库
软件包 | 描述 |
---|---|
mailer-swiftmailer (驱动程序) | 实现 Swiftmailer 引擎的驱动程序(推荐) |
mailer-bundle | Symfony 扩展,允许您在 Symfony 项目中使用 Mailer 库 |
建议的软件包
leemunroe 的 HTML 电子邮件模板 可用作您的 HTML 模板的基。