<% Dim objMail Set objMail = CreateObject("CDONTS.Newmail") objMail.TO = "musafer77@hotmail.com" objMail.From = "abuayham77@hotmail.com" objmail.Subject = "HTML EMAIL!" objMail.MailFormat = cdoMailFormatMime objMail.BodyFormat = cdoBodyFormatHTML objMail.Body = "

Hey there!

This is a html doc in your Email!!!!

 

 

" objMail.send set objMail = Nothing %>