https://github.com/acmailer/acmailer
Mail sending module for Mezzio and Laminas MVC with support for file attachment and template email composition
https://github.com/acmailer/acmailer
email hacktoberfest laminas mezzio module php
Last synced: 6 months ago
JSON representation
Mail sending module for Mezzio and Laminas MVC with support for file attachment and template email composition
- Host: GitHub
- URL: https://github.com/acmailer/acmailer
- Owner: acmailer
- License: mit
- Archived: true
- Created: 2013-10-15T10:02:55.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T06:51:21.000Z (over 3 years ago)
- Last Synced: 2024-08-08T16:11:01.736Z (9 months ago)
- Topics: email, hacktoberfest, laminas, mezzio, module, php
- Language: PHP
- Homepage: https://acmailer.github.io/acmailer/
- Size: 896 KB
- Stars: 81
- Watchers: 8
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zf - ACMailer - Zend Framework 2 / 3 module for sending templated emails (Uncategorized / Uncategorized)
README
# AcMailer
[](https://github.com/acmailer/acmailer/actions?query=workflow%3A%22Continuous+integration%22)
[](https://app.codecov.io/gh/acmailer/acmailer)
[](https://packagist.org/packages/acelaya/zf2-acmailer)
[](https://packagist.org/packages/acelaya/zf2-acmailer)
[](https://github.com/acmailer/acmailer/blob/main/LICENSE.txt)
[](https://acel.me/donate)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](https://github.com/acmailer/acmailer/issues/283)
## 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](https://acmailer.github.io/acmailer).
* * *
Thanks to [JetBrains](https://www.jetbrains.com/) for their support to open source projects.
