Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: send email along with response.write data to client's browser


Message #1 by "Dawn Widmayer" <dawncargo@D...> on Mon, 23 Sep 2002 09:13:41 -0700
Is there a simple way to send an email confirmation with data to another
client along with posting the form data to the 1st clients browser?

Dawn D. Widmayer
President / CEO
http://CostOfCredit.com

Message #2 by "Ken Schaefer" <ken@a...> on Tue, 24 Sep 2002 11:27:23 +1000
Just to clarify:
You don't "post" information to a browser. A browser can "post" information
to the server. POST is a HTTP request method. (along with GET, HEAD, DELETE
etc). Be careful how you use these terms.

WRT your question:
Yes you can. There are numerous tutorials on the web about how to use either
CDONTS, CDOSYS or your own 3rd party email component to send email from an
ASP page.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Dawn Widmayer" <dawncargo@D...>
Subject: [asp_web_howto] send email along with response.write data to
client's browser


: Is there a simple way to send an email confirmation with data to another
: client along with posting the form data to the 1st clients browser?

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


  Return to Index