Skip to content

Releases: Format-D/FormatD.Mailer

v2.0.0

08 Jul 15:48
@fza fza
f82d9b1

Choose a tag to compare

Use SymfonyMailer instead of SwiftMailer to support neos/form >= v6.0.0

v1.1.11

14 Nov 08:17
d7f1f24

Choose a tag to compare

fix: embed images now works with closing image tags > as well as />

v1.1.10

18 Jul 10:01
8a8e6a5

Choose a tag to compare

Neos 8 Compatibility (only added composer constraint - no changes)

v1.1.9

12 Jul 11:21

Choose a tag to compare

[FEATURE] Also attach embedded images if attacheEmbeddedImages config is set to true

v1.1.8

31 Mar 08:32

Choose a tag to compare

[BUGFIX] Fixed error when locally loading and embedding images with a whitespace in the uri

v1.1.7

14 Sep 16:50

Choose a tag to compare

[BUGFIX] Fixed incomplete commit (regex for local image embed was wrong)

v1.1.6

03 Sep 13:45

Choose a tag to compare

[FEATURE] Added possibility to disable image embedding for single images
[BUGFIX] Fall back to non-local embed when url cannot be mapped to local path

v1.1.5 (Compatibility with Flow 7.x)

01 Jun 11:42

Choose a tag to compare

Relax constrains to be also compatible with Neos Flow 7.x

Non breaking Feature: Interception Flag

18 May 13:51

Choose a tag to compare

[FEATURE] Introduction of flag to determine if message has been intercepted by the DebuggingAspect to prevent double interception
(if FormatD.Mailer.QueueAdaptor is used the message is ->send() two times)

Non breaking Feature: Ability to bypass interception for specific domains

25 Mar 09:01

Choose a tag to compare

This Release adds "noInterceptPatterns" to the settings. You can specify regex-patterns that are matched against the recipient mail addresses and if the pattern matches the mail is not intercepted.

Helpful for scenarios where you don't want to intercept mails for your own domain