Hi,
How do I send an e-mail when somebody clicks on a link on a ASP page or a button on the same page. The e-mail is to be composed of details gathered from the ASP page.
Thanks in advance.
Printable View
Hi,
How do I send an e-mail when somebody clicks on a link on a ASP page or a button on the same page. The e-mail is to be composed of details gathered from the ASP page.
Thanks in advance.
There are a number of threads on this site relating to your question, try doing a search on "CDONTS" or "JMAIL". These will show you functions to send the email if you have a form on your asp page you can use the submit object to call the function.