Asp > Code Snippets
A CDonts example to send an email
A CDonts example to send an email <% set objMail=Server.CreateObject("CDONTS.NewMail") objMail.To="sample@emailaddress.com" objMail.From="from@otheremail.com" objMail.Subject="Place the subject here" objMail.Body="Place body text here" objMail.Send set objMail=Nothing %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML