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.

Comments

sgabe’s picture

Category: support » bug
Priority: Major » Normal
Status: Active » Closed (duplicate)

I think you are experiencing #1814922: Rule sanitizes the $body if populated by a parameter, please test the attached patch and report back there.

rahulshah_1988’s picture

Hi,

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?