Previous Code Entry
Left Arrow
SELECT Statement, INSERT Statement, UPDATE Statement, DELETE Statement, in ASP using Parameter's, in the combat against SQL & XSS INJECTION
Current Code Entry
Next Code Entry
ASP Classic play YouTube videos on your page
Right Arrow
Send Email using ASP Classic and CDOSYS
Article Entry Date: July 14,2022 @ 06:30:39 / Last Updated On: August 14,2022 @ 06:17:42
Sending an email using Classic ASP and the CDOSYS component that comes preinstalled on all Windows servers and operating systems.
WARNING!!!!
This does not work with [Windows Core Servers]. ASP.NET email is the preferred method and what we use here.
First, we need our form. With a name, email, subject, and a message field.

mailform.asp




Next, we need to process the form and send the message to the recipient (Most of the time, this is the webmaster or owner of the site).
mail.asp