acelaya / zf2-acmailer
此包已被放弃,不再维护。未建议替代包。
Mezzio 和 Laminas MVC 应用程序(以前称为 Zend Expressive 和 Zend MVC)的邮件发送模块
v8.2.0
2021-02-16 18:44 UTC
Requires
- php: ^7.4 || ^8.0
- laminas/laminas-mail: ^2.10
- laminas/laminas-servicemanager: ^3.0
- laminas/laminas-stdlib: ^3.0
Requires (Dev)
- infection/infection: ^0.21
- laminas/laminas-mvc: ^3.1
- laminas/laminas-view: ^2.9
- mezzio/mezzio-template: ^2.0
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^0.12.63
- phpunit/phpunit: ^9.5
- shlinkio/php-coding-standard: ~2.1.1
- symfony/var-dumper: ^5.2
Suggests
- mezzio/mezzio-laminasviewrenderer: If you want to render email templates using laminas/laminas-view in mezzio applications
- mezzio/mezzio-platesrenderer: If you want to render email templates using league/plates in mezzio applications
- mezzio/mezzio-twigrenderer: If you want to render email templates using twig/twig in mezzio applications
- dev-main
- v8.2.0
- v8.1.0
- v8.0.0
- 7.x-dev
- v7.5.0
- v7.4.1
- v7.4.0
- v7.3.3
- v7.3.2
- v7.3.1
- v7.3.0
- v7.2.1
- v7.2.0
- v7.1.0
- v7.0.5
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- 6.x-dev
- v6.4.0
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.0
- v6.0.0
- 5.x-dev
- v5.3.0
- v5.2.1
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.5.1
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.0
- 1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2021-08-07 06:54:27 UTC
README
此模块提供了一个简单灵活的方式,从 Mezzio 和 Laminas MVC 应用程序(以前称为 Zend Expressive 和 Zend MVC)发送电子邮件。它允许您预先配置电子邮件和传输方式,然后在运行时发送这些电子邮件。
您将能够从模板中创建电子邮件,并使用不同的策略轻松添加附件。
重要!
此包已被放弃。 更多信息
安装
安装此模块的推荐方式是使用 composer。
composer require acelaya/acmailer
如果这给您带来任何问题,请尝试使用旧包名。
composer require acelaya/zf2-acmailer
文档
您可以在以下位置浏览在线文档:https://acmailer.github.io/acmailer。
感谢JetBrains 对开源项目的支持。