|
An SMTP Service Directory Reader
|
Other links at ASP > Tutorials > Email Systems |
| 1. |
How to send an email with CDOSYS
|
|
|
Learn how to send an email with CDOSYS, a CDONTs alternative for sending emails with Win2k and WinXP. If you currently use CDONTS for sending email, the time may have come to bury the dead and move on. Microsoft introduced CDONTS with IIS4, allowing programmers to easily send email from ASP without purchasing and installing 3rd-party components. But, like any evolving technology, a new version has taken center stage. CDOSYS is Microsofts new and improved interface for SMTP email which was introduced in Windows 2000.
|
| 2. |
Email Validation
|
|
|
This code sample demonstrates how to validate an email address using regular expressions. It ensures that an email address is properly syntaxed and ends with a valid TLD (top level domain).
|
| 4. |
Creating PGP-Encrypted E-Mails
|
|
|
PGP (Pretty Good Privacy) is an encryption program used for secure transmission of files and e-mails. This article describes the concepts of PGP, the installation and configuration of PGP Command Line, and the generation of PGP-encrypted e-mails using ASP.
|
|
|