Hello,
I am using the SendMail function with this code:
DotNetNuke.Services.Mail.Mail.SendMail(strSender, strRecipient, "", strSubject, strBody, "", "HTML", "", "", "", "")
*****************************************
The e-mail gets sent successfully - however the body of the e-mail displays the raw HTML of the body:
<span style="color: #808000;">Here is a</span><em style="color: #808000;">test</em><span style="color: #808000;"> </span><strong>newsletter</
strong>Please click the link below to remove your email address from this mailing list: Unsubscribe Me
****************************************************
Question - How can I send the e-mail so that the body of the message is displayed as rendered HTML instead of the raw HTML?