formatd/mailer

Last activity 18 Jul 2022 4878
composer require formatd/mailer

Wrapper for Swiftmailer in Neos Flow Projects

v1.1.10

Version
v1.1.10
Type
neos-package
Release Date
Jul 18, 2022 09:59
Source
git
Distribution
zip
Requires
MIT 8a8e6a59409ae45a83db1d48af96f5e58e01a7cf

FormatD.Mailer

A Template Mailer for Neos Flow or/and CMS Projects.

What does it do?

This package provides a service class intended to be used as base class for sending fusion templates as mails. And a debugging aspect for cutting off and/or redirecting all mails (sent by Swiftmailer) in a development environment.

Using the service in you own plugins

Extend AbstractMailerService and add methods as needed following the example of sendTestMail().

Configuration

This is an example which intercepts all mail and redirects them to example@example.com and secondexample@example.com

FormatD:
  Mailer:
    interceptAll:
      active: true
      recipients: ['example@example.com', 'secondexample@example.com']
    bccAll:
      active: false
      recipients: []
The content of the readme is provided by Github
The same vendor provides 12 package(s).