Releases: Format-D/FormatD.Mailer
v1.1.11
v1.1.10
Neos 8 Compatibility (only added composer constraint - no changes)
v1.1.9
[FEATURE] Also attach embedded images if attacheEmbeddedImages config is set to true
v1.1.8
[BUGFIX] Fixed error when locally loading and embedding images with a whitespace in the uri
v1.1.7
[BUGFIX] Fixed incomplete commit (regex for local image embed was wrong)
v1.1.6
[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)
Relax constrains to be also compatible with Neos Flow 7.x
Non breaking Feature: Interception Flag
[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
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
v1.1.2 [FEATURE] Added information about cc and bcc recipients to intercepte…