|
Defining the Parameters
Set the parameters as follows to send a
simple message in plain text format.
<%
'Define the Mail Parameters
obj_CDONTS.From = "support@chescoweb.net"
obj_CDONTS.To = "anyone@domainname.com"
obj_CDONTS.subject = "Sample CDONTS code"
obj_CDONTS.body = "This is a sample message." %>
|