formatd/mailer

Last activity 14 Nov 2023 8316
composer require formatd/mailer

Wrapper for Swiftmailer in Neos Flow Projects

v1.1.11

Version
v1.1.11
Type
neos-package
Release Date
Nov 14, 2023 08:14
Source
git
Distribution
zip
Requires
  • neos/flow: ^6.0 || ^7.0 || ^8.0
  • neos/swiftmailer: ^7.3
MIT d7f1f24d509e9602d7c67ccae3ca9f8b5968c228

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).