Virtual Domain HostingSending email from your web site
Mail processing script for non-developersIf you are not familiar with ASP or ColdFusion, see this...ASP (Active Server Pages)The information contained here is applicable to CDO for Windows 2000, often referred to as CD0 2.0 or CDOSYS, and is supported on Windows 2000 and later. We do not provide information for CDONTS (CDO for Windows NT Server 4). Although CDONTS still functions on Windows 2000, it exists merely for backward compatibility. Switching from CDONTS to CDOSYS is very simple, so if you're still using CDONTS, you need to update your code.
ColdFusion 5The following is a basic example of the <cfmail...> tag. Information on other cfmail options can be found within the documentation for cfmail and documentation for cfmailparam.<cfmail to="something@somewhere.com"
from="something@mydomain.com"
subject="Sample message using cfmail">This message was sent at #now()#.</cfmail>
|
© 2003 - 2005 Network Tallahassee