Hi guys,
I have a rules module which I use it to send an author of the node a node content([node:field-announcement:value]). this field is some long announcement which can contain pictures and and various format. I am using CkEditor to create it.
I have installed MIME MAIL and MAIL SYSTEM module to email the content as HTML formatted because I was getting the emails in plain format. The settings for this I am uploading picture where you can see it. Please tell me am I missing something. I still get emails in the plain text format.
| Comment | File | Size | Author |
|---|---|---|---|
| Mimemail config.png | 42.17 KB | rahulshah_1988 | |
| Mailsystem config.png | 52.2 KB | rahulshah_1988 |
Comments
Comment #1
sgabe commentedI think you are experiencing #1814922: Rule sanitizes the $body if populated by a parameter, please test the attached patch and report back there.
Comment #2
rahulshah_1988 commentedHi,
I figured out the issue. The MIMEMAIL module is working fine. But The node value which I am trying to get is coming in the plain text format. [node:field-announcement:value]. How do I get HTML value of this?