Advertisment
The NewMail object gives you the ability to send a message within an ASP page with only few lines of code. This article will help you to understand...
All good websites need to be able to send and recieve email. Ok you could have a mailto link in your page pointing to your email address which when...
This is a basic code that allows you email form results using CDO on an NT / IIS server.
Developers who are new to POP3 as well as seasoned POP3 developers will find this article indispensable. Basic to advanced topics are covered. This...
Short samples which lets you send an email from ASP or WSH, using several objects (CDONTS.NewMail, CDO.Message, Outlook.Application). You can send...
An article on how to validate user email addresses in no time using a simple VBScript function in ASP.
This article describes every step you need to know to send E-Mails using ASP pages.
The author writes 'You know all those email you send using CDO or CDONTS? What happens to the ones that are addressed wrong or if the sender...
PGP (Pretty Good Privacy) is an encryption program used for secure transmission of files and e-mails. This article describes the concepts of PGP,...
This code sample demonstrates how to validate an email address using regular expressions. It ensures that an email address is properly syntaxed and...
This code sample will show you how to send HTML-formatted email messages. The code is written using CDO for 2000, but there is a CDONTS version as...
Here is an interesting article that explains how to help the authorities in tracking down people who cause sites to send unwanted email to others...
A Step-by-step tutorial showing you how to create a feedback form using different email systems. Supports CDONTS, JMail, ASPEmail and ASPMail, but...
Lets you add an user email account to windows 2003 pop3 service using script or other programming environment. The script bellow is written in VBA...
Let's you add an user email account to windows 2003 pop3 service using script. The script is written in VBA 6 (You can use it in Visual basic...
Short support functions - Create a postoffice, add a domain to the postoffice, add a mailbox, login, user account and a smtp email address,...
Learn how to email the contents of a form using the CDONTS component from ASP.
This shows the basics of sending email using CDONTS. Example included.
If you use this code, with the changes suggested in the comments, you will be able to completely validate a submitted e-mail address. It checks for...