Skip to content

Releases: Format-D/FormatD.Mailer

v1.1.11

14 Nov 08:17
d7f1f24
Compare
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
Compare
Choose a tag to compare

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

v1.1.9

12 Jul 11:21
Compare
Choose a tag to compare

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

v1.1.8

31 Mar 08:32
Compare
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
Compare
Choose a tag to compare

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

v1.1.6

03 Sep 13:45
Compare
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
Compare
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
Compare
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
Compare
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

Non breaking Feature: Information about cc and bcc recipients

11 Mar 10:59
Compare
Choose a tag to compare
v1.1.2

[FEATURE] Added information about cc and bcc recipients to intercepte…