An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# AcMailer

[![Build Status](https://img.shields.io/github/workflow/status/acmailer/acmailer/Continuous%20integration/main?logo=github&style=flat-square)](https://github.com/acmailer/acmailer/actions?query=workflow%3A%22Continuous+integration%22)
[![Code Coverage](https://img.shields.io/codecov/c/gh/acmailer/acmailer/main?style=flat-square)](https://app.codecov.io/gh/acmailer/acmailer)
[![Latest Stable Version](https://img.shields.io/github/release/acmailer/acmailer.svg?style=flat-square)](https://packagist.org/packages/acelaya/zf2-acmailer)
[![Total Downloads](https://img.shields.io/packagist/dt/acelaya/zf2-acmailer.svg?style=flat-square)](https://packagist.org/packages/acelaya/zf2-acmailer)
[![License](https://img.shields.io/github/license/acmailer/acmailer.svg?style=flat-square)](https://github.com/acmailer/acmailer/blob/main/LICENSE.txt)
[![Paypal Donate](https://img.shields.io/badge/Donate-paypal-blue.svg?style=flat-square&logo=paypal&colorA=cccccc)](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.

![PhpStorm](http://static.alejandrocelaya.com/img/logo_PhpStorm.png)