Send Email from Login form

M

mooseless05

Hi I have an ASP login system set up on my website, when someone logs into
the system I need to know that they have. So I have looked into the
possibility of setting the login button to send an email but in the form
properties it is set to "send to other" (custom ISAPI, NSAPI, CGI or ASP
Script) and in form name "InputForm", if I change the properties to "send
to" where I can enter email addresses etc the login doesn't work.

Is there any way I can make the login form run as normal , but send an email
at the same time. Is there anyting I can add in the Advanced form options.

Any help much appreciated.

Front Page 2003
Windows XP
 
M

Mike Mueller

in message
: Hi I have an ASP login system set up on my website, when
someone logs into
: the system I need to know that they have. So I have looked
into the
: possibility of setting the login button to send an email
but in the form
: properties it is set to "send to other" (custom ISAPI,
NSAPI, CGI or ASP
: Script) and in form name "InputForm", if I change the
properties to "send
: to" where I can enter email addresses etc the login
doesn't work.
:
: Is there any way I can make the login form run as normal ,
but send an email
: at the same time. Is there anyting I can add in the
Advanced form options.

If I am reading this correctly, you are currently taking the
form contents and sending them to a custom script which
utilizes ASP. I had a similiar system setup a while back.
What I did was to add onto that custom script, and I added
in the email portion using CDO. You will actually be able to
'recycle' the variables from the validation and fill in the
blanks for the email portion of the script
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top