S
- Steve -
Shouldn't this code do it on a Win2k3 box.
Set oMsg = Server.CreateObject("CDO.Message")
oMsg.From = "(e-mail address removed)"
oMsg.To = "(e-mail address removed)"
oMsg.Subject = "Subject"
oMsg.Body = "Body"
oMsg.BodyFormat = 1 '1=Text, 0=HTML
oMsg.MailFormat = 1 '1=Text, 0=MIME
oMsg.Send
Set oMsg = Server.CreateObject("CDO.Message")
oMsg.From = "(e-mail address removed)"
oMsg.To = "(e-mail address removed)"
oMsg.Subject = "Subject"
oMsg.Body = "Body"
oMsg.BodyFormat = 1 '1=Text, 0=HTML
oMsg.MailFormat = 1 '1=Text, 0=MIME
oMsg.Send