formatd/mailer

Last activity 14 Nov 2023 8316
composer require formatd/mailer

Wrapper for Swiftmailer in Neos Flow Projects

v1.1.2

Version
v1.1.2
Type
neos-package
Release Date
Mar 11, 2020 10:54
Source
git
Distribution
zip
Requires
  • neos/flow: ^6.0
  • neos/swiftmailer: ^7.1
MIT 169e1c6246f0e20b8fbda53f94c59d514e27e122

Readme excerpt

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…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 14 package(s).