Getting my web site to automatically send an e-mail to the "customer"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm new to FrontPage and web programming in general. I want my user to fill in a form (including their e-mail address) and then the website will automatically e-mail them a confirmation when they click a button. I know VB and have done a similar thing in a VBA project, but this is a whole new ball game! Help.
 
You will need to use ASP/VBScript, a ASP mail component, such as CDONTS or
CDOSYS, and write a custom application to process the form data.

Do a search in IE address bar as:

? Sending email with CDONTS

or

? Sending email with CDOSYS

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Jenny Scott said:
Hi, I'm new to FrontPage and web programming in general. I want my user
to fill in a form (including their e-mail address) and then the website will
automatically e-mail them a confirmation when they click a button. I know
VB and have done a similar thing in a VBA project, but this is a whole new
ball game! Help.
 
Hi Jenny,

You may wish to take a look at SEND IT! at
http://www.fpplus.com/sendit/sendit.htm

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (e-mail address removed)

Jenny Scott said:
Hi, I'm new to FrontPage and web programming in general. I want my user
to fill in a form (including their e-mail address) and then the website will
automatically e-mail them a confirmation when they click a button. I know
VB and have done a similar thing in a VBA project, but this is a whole new
ball game! Help.
 
Back
Top