acelaya / zf2-acmailer
Mail sending module for Mezzio and Laminas MVC applications (formerly Zend Expressive and Zend MVC)
Fund package maintenance!
acelaya
acel.me/donate
Installs: 221 630
Dependents: 2
Suggesters: 1
Security: 0
Stars: 81
Watchers: 8
Forks: 32
Open Issues: 5
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
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.
Important!
This package is abandoned. More info
Installation
The recommended way to install this module is by using composer.
composer require acelaya/acmailer
If this gives you any problem, try using the old package name.
composer require acelaya/zf2-acmailer
Documentation
You can browse the online documentation here https://acmailer.github.io/acmailer.
Thanks to JetBrains for their support to open source projects.