Hi,
I have modified body property of the above node. I have put some html code in to the body property. But in the mail also i am receiving the same html code instead of plain text.
For Ex, if put the below Html
<body>
<h1>The email contains link to reset the password.</h1>
</body>
I am expecting the mail should contain "The email contains link to reset the password." But the mail body has whole html content.
Appreciate your help on this.