I am not getting html formatted mail messages in mail sent with CDONTS. I thought you had to set the bodyformat property of the object to 0:<br><br>set emailnotice = server.createObject("CDONTS.newmail"<br>emailnotice.bodyformat = 0<br>emailnotice.from = "<A HREF="mailto:info@radicalfringe.com">info@radicalfringe.com</A>"<br>emailnotice.to = email<br>emailnotice.subject = "Purchase confirmation."<br>emailnotice.body = emailbody<br>emailnotice.Send<br>set emailnotice = nothing<br><br>The mail sends fine but no HTML. What am I missing? Any assistance greatly appreciated. <p>--Will Duty<br><a href=mailto:wduty@radicalfringe.com>wduty@radicalfringe.com</a><br><a href= > </a><br>