Tutorial search

ASP Tutorials
Tutorials
Stuff
Affiliates

ASP Email Related Tutorials


We hope that you will enjoy our ASP Email Related tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own ASP Email Related tutorials to our site. Thank you !

Sort by:
Sending eMail in ASP (CDONTS)
Sending eMail in ASP (CDONTS)
This shows the basics of sending email using CDONTS. Example included.
Category: ASP tutorials > Email Related - Difficulty:
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.
Category: ASP tutorials > Email Related - Difficulty:
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 6, Excel, Access, ...), you can modify it for VB Script or VB.Net. Manage accounts locally or remotelly
Category: ASP tutorials > Email Related - Difficulty:
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, retrieve account passwords, check if email account exists.
Category: ASP tutorials > Email Related - Difficulty:
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 6 (You can use it in Visual basic 6, Excel, Access, ...), you can simply modify the script for VB Script or VB.Net.
Category: ASP tutorials > Email Related - Difficulty:
Creating a Mailing List Program
Creating a Mailing List Program
Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this basic tutorial shows you how to create your own mailing list program in ASP. Included with this article is all source code free to download.
Category: ASP tutorials > Email Related - Difficulty:
Creating an ASP based News Letter
Creating an ASP based News Letter
This tutorial will walk you through the steps of creating a complete functional news letter for your site. Each and every step has been explained in detail to help newbies understand whats going on. Uses DSN less connection so you can add the code in your site right away. Database and code available for download.
Category: ASP tutorials > Email Related - Difficulty:
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 invalid characters, an invalid domain, and an invalid or missing MX record at the domain.
Category: ASP tutorials > Email Related - Difficulty:
You've Got Mail! - Site Server Direct Mailer
You've Got Mail! - Site Server Direct Mailer
This article explains in graphics how to configure Site Server Direct Mailer, create test members and distribution lists, create template emails, and finally, create and run a Direct Mailer package to send the personalized emails to the target members.
Category: ASP tutorials > Email Related - Difficulty:
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 article offers tips, tricks and secrets that developers of all levels can benefit from. What you will learn from this brief article will save you weeks or more of learning, research and development. Read this article and have a basic, reliable POP3 application up and running within an hour. Sample code and applications included.
Category: ASP tutorials > Email Related - Difficulty:
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.
Category: ASP tutorials > Email Related - Difficulty:
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 different properties and methods of CDONTS.NewMail Object.
Category: ASP tutorials > Email Related - Difficulty:
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 the user clicked on it their default email client opened up but why not let ASP handle this. We will use ASP and CDONTS for this task.
Category: ASP tutorials > Email Related - Difficulty:
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 or recipient's address isn't even formatted correctly? This script will let you take a peek at the messages in the mailroot folders. This includes the ones that the SMTP service hasn't delivered yet and even those it's already given up on so you can see what's happening." Source code for the SMTP reader available for download.
Category: ASP tutorials > Email Related - Difficulty:
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, the installation and configuration of PGP Command Line, and the generation of PGP-encrypted e-mails using ASP.
Category: ASP tutorials > Email Related - Difficulty:
Total Tutorials in Category: 22