guidofaecke / acmailer
Mail sending module for Mezzio and Laminas MVC applications
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
This module provides an easy and flexible way to send emails from Mezzio and Laminas MVC applications (formerly known as Zend Expressive and Zend MVC). It allows you to pre-configure emails and transports, and then send those emails at runtime.
You will be able to compose emails from templates, and easily add attachments using different strategies.
Installation
The recommended way to install this module is by using composer.
composer require guidofaecke/acmailer
Documentation
You can browse the online documentation here https://acmailer.github.io/acmailer.