dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

HTML is being escaped in E-Mails #45

Open JPustkuchen opened 6 years ago

JPustkuchen commented 6 years ago

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.

uttkarsh-26 commented 5 years ago

@JPustkuchen Found any solution for this?

JPustkuchen commented 5 years ago

Sadly not and @dpi seems to be inactive. :(

uttkarsh-26 commented 5 years ago

I think it is more of an issue with drupal core mailing system and not specific to this. We need to add some extra modules to enable html mails. Do some research you will find out. @jpustkuchen

AaronMcHale commented 5 years ago

Anyone found a solution to this? - We're using Mail System along with Swiftmailer, which works fine for system emails or emails coming from other modules, but results in this problem with emails being send through Courier (specifically emails originating from RNG).