02-03-2012 |
|
|
Sending email from a web page.There are probably hundreds of ways of sending email from a webpage. The script shown here works using IIS SMTP mail via a library interface named CDONTS (Collaboration Data Objects for Windows NT). I use this on a Windows 2000 server even though it was created for NT. For more information on CDONTS Click Here The code below is ASP
code. It presents a form to the browser requesting a from address, a to
address and a message. When submit is selected, the ASP code makes a call to
the CDONTS library to send the email.
<%@ LANGUAGE="VBSCRIPT"%> |
This site was last updated 03/02/12