Best Tutorials website
Latest tutorials

Advertisment

Sending Mail from ASP with CDONTS.NewMail Object

Sending Mail from ASP with CDONTS.NewMail Object

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...


Views: 819 | Rating star | by Jarry
ASP - Email Systems

Sending Email with ASP

Sending Email with ASP

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...


Views: 924 | Rating star | by Steve
ASP - Email Systems

Emailing Form Results With CDO

Emailing Form Results With CDO

This is a basic code that allows you email form results using CDO on an NT / IIS server.


Views: 985 | Rating star | by Source
ASP - Email Systems

Retrieve E-Mail from a POP3 Server

Retrieve E-Mail from a POP3 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...


Views: 954 | Rating star | by Mark
ASP - Email Systems

Send an email from ASP using CDONTS/Outlook

Send an email from ASP using CDONTS/Outlook

Short samples which lets you send an email from ASP or WSH, using several objects (CDONTS.NewMail, CDO.Message, Outlook.Application). You can send...


Views: 827 | Rating star | by John
ASP - Email Systems

Server Side Email Addresses Validation

Server Side Email Addresses Validation

An article on how to validate user email addresses in no time using a simple VBScript function in ASP.


Views: 930 | Rating star | by Marry
ASP - Email Systems

Sending E-Mails with ASP Pages

Sending E-Mails with ASP Pages

This article describes every step you need to know to send E-Mails using ASP pages.


Views: 936 | Rating star | by Amy
ASP - Email Systems

An SMTP Service Directory Reader

An SMTP Service Directory Reader

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...


Views: 961 | Rating star | by Daniel
ASP - Email Systems

Creating PGP-Encrypted E-Mails

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,...


Views: 908 | Rating star | by Nick
ASP - Email Systems

Email Validation

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...


Views: 929 | Rating star | by Sean
ASP - Email Systems

Sending an HTML-Formatted Email Sample

Sending an HTML-Formatted Email Sample

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...


Views: 878 | Rating star | by Donald
ASP - Email Systems

Fighting Email Abuse with ASP

Fighting Email Abuse with ASP

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...


Views: 891 | Rating star | by Isac
ASP - Email Systems

A form for CDONTS, JMail, ASPEmail and ASPMail

A form for CDONTS, JMail, ASPEmail and ASPMail

A Step-by-step tutorial showing you how to create a feedback form using different email systems. Supports CDONTS, JMail, ASPEmail and ASPMail, but...


Views: 787 | Rating star | by Steve
ASP - Email Systems

Add pop3 user email account to a windows 2003 pop3 service using script

Add pop3 user email account to a windows 2003 pop3 service using script

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...


Views: 829 | Rating star | by Jarry
ASP - Email Systems

Add an email account to a windows 2003 pop3 service using script

Add an email account to a windows 2003 pop3 service using script

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...


Views: 811 | Rating star | by Sarah
ASP - Email Systems

Some support VBA functions for mailenable mail server

Some support VBA functions for mailenable mail server

Short support functions - Create a postoffice, add a domain to the postoffice, add a mailbox, login, user account and a smtp email address,...


Views: 733 | Rating star | by Mark
ASP - Email Systems

Emailing Form Data with ASP

Emailing Form Data with ASP

Learn how to email the contents of a form using the CDONTS component from ASP.


Views: 781 | Rating star | by Mark
ASP - Email Systems

Sending eMail in ASP (CDONTS)

Sending eMail in ASP (CDONTS)

This shows the basics of sending email using CDONTS. Example included.


Views: 735 | Rating star | by Isac
ASP - Email Systems

Complete E-mail Validation

Complete E-mail Validation

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...


Views: 808 | Rating star | by Ben
ASP - Email Systems