guidofaecke / acmailer
适用于 Mezzio 和 Laminas MVC 应用程序的邮件发送模块
9.1
2023-05-17 23:12 UTC
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0
- ext-fileinfo: *
- laminas/laminas-mail: ^2.10
- laminas/laminas-servicemanager: ^3.0
- laminas/laminas-stdlib: ^3.0
Requires (Dev)
- infection/infection: ^0.26.19
- laminas/laminas-coding-standard: ^2.5
- laminas/laminas-mvc: ^3.1
- laminas/laminas-view: ^2.9
- mezzio/mezzio-template: ^2.0
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^5.2
- vimeo/psalm: ^5.11
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
README
此模块提供了一个简单灵活的方式,可以从 Mezzio 和 Laminas MVC 应用程序(以前称为 Zend Expressive 和 Zend MVC)发送邮件。它允许您预先配置邮件和传输,然后在运行时发送这些邮件。
您将能够从模板中创建邮件,并使用不同的策略轻松添加附件。
安装
安装此模块的推荐方法是使用 composer。
composer require guidofaecke/acmailer
文档
您可以在以下位置浏览在线文档: https://acmailer.github.io/acmailer。