Options

SMTP Mail setup CreateMessage --> with or without HTML?

julkifli33julkifli33 Member Posts: 1,073
Hi all,
I am using smtp mail setup to send email
this is new CreateMessage function in smtp mail setup,so we cant put html as true or false
SMTPMail.CreateMessage(CompanyInformation.Name,
        SMTPMailSetup."User ID", ToAddress, EmailSubject, BodyTextEmail);

Previously i created template with my own <br>
because smtp mail setup function, html as false
and then suddenly changed become true, that's why i removed <br>in my setup field.
now suddenly change again become false, which i need to put <br> in my setup field.

how to set fixed HTML as true or false?
Thanks
Sign In or Register to comment.