Using CDOSYS to Send Emails in ASP
CDOSYS is a built-in component in ASP. This component is used to send emails through ASP.
Sending Emails with CDOSYS
CDO (Collaboration Data Objects) is a Microsoft technology designed to simplify the creation of communication applications.
CDOSYS is a built-in component in ASP. We will demonstrate how to use this component to send emails through ASP.
What about CDONTs?
Microsoft has deprecated CDONTs in Windows 2000, Windows XP, and Windows 2003. If you have used CDONTs in your ASP applications, you need to update your code and use the new CDO technology.
Examples of Using CDOSYS
Sending a plain text email:
Sending a plain text email with Bcc and CC fields:
Sending an HTML email:
Sending an HTML email with content from a specific webpage on a website:
Sending an HTML email with content from a specific webpage on your computer:
Sending a plain text email with attachments:
Sending a plain text email using a remote server: