Results 1 to 2 of 2

Thread: Help with HTML e-mail

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    4
    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

  2. #2
    Guest

    Smile

    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
  •  



Click Here to Expand Forum to Full Width