CDOSYS is a built-in component in ASP. This component is used to send e-mails with ASP.
Sending e-mail with CDOSYS
CDO (Collaboration Data Objects) is a Microsoft technology that is designed to simplify the creation of messaging applications.
CDOSYS is a built-in component in ASP. We will show you how to use this component to send e-mail with ASP.
How about CDONTs?
Microsoft has discontinued the use of CDONTs on Windows 2000, Windows XP and Windows 2003. If you have used CDONTs in your ASP applications, you should update the code and use the new CDO technology. Examples using CDOSYS
Sending a text e-mail:
<% |
Sending a text e-mail with Bcc and CC fields:
<% |
Sending an HTML e-mail:
<% |
Sending an HTML e-mail that sends a webpage from a website:
<% |
Sending an HTML e-mail that sends a webpage from a file on your computer:
<% |
Sending a text e-mail with an Attachment:
<% |
Sending a text e-mail using a remote server:
<% |
For more information see http://support.microsoft.com/default.aspx/kb/810702
No worries, Our experts are here to help.