Need Mime/CDO help

  • Started
  • Last post
  • 0 Responses
  • gerbert

    I know HTML emails have been beat to death here, but my question hasn't been answered.
    Has anybody here used ASP/VBscript to send out an email newsletter using both HTML and plain text? Any good resources for doing this? Want to share your CDO script?

    I am using:
    .BodyPart.ContentMediaType = "multipart/alternative"
    .TextBody = "no html here"
    .CreateMHTMLBody "http://www.somesite.com/index.h...

    But when I receive the email in outlook with HTML turned off, it comes up a mess. Also, the images I am using have full paths but they are still showing up as attachments with odd names like ATT21435.jpg.

    Thanks for any help.