How to send form data by e-mail from Windows Web servers
Use our example code:
CDONTSMail.htm is an HTML page that builds a form to collect information. Upon
submission this HTML page sends the information to the ASP page,
CDONTSMail.asp.
CDONTSMail.htm collects the information and
-
presents the information back to the sender,
-
sends the message out as SMTP mail.
You are encouraged to download these files and incorporate them into your Web
pages.