You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2020. It is now read-only.
When using courier in combination with swiftmailer.module the email content HTML is being escaped. All HTML entities are written as plain text (e.g. "
...
"while the mail itself is a HTML mail.Courier offers a WYSIWYG textarea for the email text and should therefor work with HTML content.