Chris, Thanks for the input but I need a cleaner solution. Anyone have any other ideas?
Regards, Eric -----Original Message----- From: Chris Tifer [mailto:christ@;saeweb.com] Sent: Monday, October 21, 2002 7:54 PM To: ActiveServerPages Subject: Re: CDONTS: Sending combined HTML and Text E-mail message What you can do is put some plain text at the top and just surround it with Comment delimiters: <!-- --> And if they have HTML, they'll never see it. If they have plain text, they'll see the message first, then the jumble of HTML. Chris Tifer ----- Original Message ----- From: "Eric Levine" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 1:56 PM Subject: CDONTS: Sending combined HTML and Text E-mail message > FOLLOW-UP TO MY PREVIOUS MESSAGE: > > Does anyone know if it is possible to send an e-mail that will display > HTML on HTML-enabled e-mail applications, and text if HTML is not > supported. > > I see that the content type should be multipart/alternative but do not > know if it is possible to create two separate body tags, one for text > and the other for HTML in the same message. > > Many thanks. > > Eric > > > -----Original Message----- > From: Eric Levine [mailto:eric@;dolphinbaydesigns.com] > Sent: Monday, October 21, 2002 3:51 PM > To: ActiveServerPages > Subject: CDONTS vs ASPEMail > > > Hi all, > > Quick question... I have been using CDONTS to handle all of our > ASP-driven e-mail requirements (Classic ASP/IIS5/Win200). Does anyone > have any pros/cons to going this route? Is using a third-party > component like ASPEmail worth the extra $$$? > > To date, using CDONTS has been fine. One thing I don't like however, > and it may be this way for all third party components as far as I > know, is that once the email is sent you do not know if there was a > failure on delivery. Does anyone know of a link that discusses how to > poll the SMTP server to see if any mail had a delivery failure? > > Regards, > Eric > > > --- > You are currently subscribed to activeserverpages as: > [EMAIL PROTECTED] To unsubscribe send a blank email to > %%email.unsub%% > > > > --- > You are currently subscribed to activeserverpages as: > [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
