Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: sending HTML email


Message #1 by "Carlos Lamar" <lamar@s...> on Fri, 27 Sep 2002 16:43:51 -0700
How can I send HTML e-mail from my ASP page?
Thanks for your help!


____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *:   xxx.xxx.xxxx
> *:   xxx.xxx.xxxx   (FAX)
> *:  clamar@s...
> u http://www.snyder-newell.com/
>
>
>
Message #2 by "Drew, Ron" <RDrew@B...> on Sat, 28 Sep 2002 12:18:09 -0400
You can either use STMP or CDONTS

-----Original Message-----
From: Carlos Lamar [mailto:lamar@s...]
Sent: Friday, September 27, 2002 7:44 PM
To: ASP Web HowTo
Subject: [asp_web_howto] sending HTML email

How can I send HTML e-mail from my ASP page?
Thanks for your help!


____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *:   xxx.xxx.xxxx
> *:   xxx.xxx.xxxx   (FAX)
> *:  clamar@s...
> u http://www.snyder-newell.com/
>
>
>


---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20
Message #3 by "Ken Schaefer" <ken@a...> on Sun, 29 Sep 2002 17:03:04 +1000
eh? CDONTS is a COM component that drops an appropriately formatted text
file into the Microsoft SMTP Server's pickup directory.

SMTP is an internet standard for delivering mail.

You can certainly send mail without the former, but you'd be hard pressed to
do so without the latter.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Drew, Ron" <RDrew@B...>
Subject: [asp_web_howto] RE: sending HTML email


You can either use STMP or CDONTS

-----Original Message-----
From: Carlos Lamar [mailto:lamar@s...]
Sent: Friday, September 27, 2002 7:44 PM
To: ASP Web HowTo
Subject: [asp_web_howto] sending HTML email

How can I send HTML e-mail from my ASP page?
Thanks for your help!


____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index