|
 |
asp_cdo thread: formating emails
Message #1 by "Mike Goldman" <mg188@h...> on Sun, 23 Sep 2001 14:38:41 -0700
|
|
Hi,
I want my asp page to send out plain-text email billing statements,
invoices, etc. But obviously, using plain-text, I don't have the nice
formatting features of html (tables, etc).
Any suggestions? Maybe a link to a good tutorial on formatting in plain
text, or canned programs, or ?
Thanks in Advance,
Mike
Message #2 by Foster Nathaniel <nfoster@s...> on Mon, 24 Sep 2001 08:29:59 -0400
|
|
just add these 2 lines before sending your e-mail
objMsg.BodyFormat = 0
objMsg.MailFormat = 0
maybe its your mail reader who dont accept the html mail format....
-----Message d'origine-----
De : Mike Goldman [mailto:mg188@h...]
Envoy=E9 : 23 September 2001 5:39 PM
Objet : formating emails
Hi,
I want my asp page to send out plain-text email billing statements,
invoices, etc. But obviously, using plain-text, I don't have the nice
formatting features of html (tables, etc).
Any suggestions? Maybe a link to a good tutorial on formatting in plain
text, or canned programs, or ?
Thanks in Advance,
Mike
Message #3 by "Mike Goldman" <mg188@h...> on Mon, 24 Sep 2001 10:23:09 -0700
|
|
Should these 2 lines make html tags work in the plain text email? If so -
that didn't work - the tag just showed up as text in the email.
I'm sending plain text to reach the widest audience.
----- Original Message -----
From: "Foster Nathaniel" <nfoster@s...>
To: "ASP CDO" <asp_cdo@p...>
Sent: Monday, September 24, 2001 5:29 AM
Subject: [asp_cdo] RE: formating emails
just add these 2 lines before sending your e-mail
objMsg.BodyFormat
objMsg.MailFormat
maybe its your mail reader who dont accept the html mail format....
-----Message d'origine-----
De : Mike Goldman [mailto:mg188@h...]
Envoyé : 23 September 2001 5:39 PM
Objet : formating emails
Hi,
I want my asp page to send out plain-text email billing statements,
invoices, etc. But obviously, using plain-text, I don't have the nice
formatting features of html (tables, etc).
Any suggestions? Maybe a link to a good tutorial on formatting in plain
text, or canned programs, or ?
Thanks in Advance,
Mike
|
|
 |