|
-
Sep 28th, 2000, 11:09 AM
#1
Thread Starter
New Member
How can I send HTML in an e-mail from an asp page, I use code similar to the one layed out bellow to send text based e-mail, is it very different to send HTML e-mail?
Set sendmail = Server.CreateObject("CDONTS.NewMail")
sendmail.From = "me"
sendmail.To = "you"
sendmail.Subject = "the bain of e-mail"
sendmail.Body = "yeah whatever"
sendmail.Importance = 1
sendmail.Send
Thanks in advance to any help
-
Sep 29th, 2000, 08:12 AM
#2
Hi,
While I was looking for information on CDONTS I ran accross the following which may help you.
http://www.elementkjournals.com/asp/9905/asp9951.htm
Hope it's what your looking for.
Brigitta
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|