guidofaecke/acmailer

Mail sending module for Mezzio and Laminas MVC applications

9.1 2023-05-17 23:12 UTC

This package is auto-updated.

Last update: 2024-04-18 01:07:19 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.

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.