The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Email Systems
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 20    Displaying: 1 - 20 Pages:  1   

   Send an Email with ASP/PHP/Perl   Hits: 754 

 
Assuming your flash IDE is open already let’s go ahead and get started. In this tutorial we’ll cover sending emails through flash using a server side script in ASP, PHP, or Perl we will cover all three. With this you can add email functionality to your flash website for endless possibilities. There are a few things to note here. It is a very wise choice to restrict some aspects of this application. Allowing users to decide where the email is going can lead to some serious headaches. By giving users that ability you open yourself to the user using it for anonymous emails, so be careful.


Free   Version: 1.0   Platform(s): n/a   Updated: Tue Jan  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending eMail in ASP (CDONTS)   Hits: 1938 

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


Free   Version: n/a   Platform(s): windows   Updated: Wed Jan  4 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Check validity of an email adress   Hits: 1532 

 
Before the sending of a mail to avoid a useless excess load on IIS, it is possible to use a simple function to verify that the email address is well formed. In a more pushed process we could be also brought to interrogate the smtp corresponding server to know if the address exists or not.


Free   Version: n/a   Platform(s): windows   Updated: Wed Oct 19 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

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

 
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


Free   Version: 1.0   Platform(s): windows   Updated: Thu Sep 15 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending email using CDOSYS ( THE REAL DEAL )   Hits: 2835 

 
If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your best bet for sending email from Active Server Pages. That is because CDOSYS is installed on all of them by default. Gone are the days of using CDONTS which was the old way of sending email from ASP. CDOSYS is it's replacement. That being said there are actually a lot of ways to configure and use CDOSYS. When I 1st started using CDOSYS I assumed the CDOSYS code I was using would work in any situation, but that is not the case. This is something most articles about CDOSYS do not mention so I am going to show you 3 different CDOSYS examples each sending email using a slightly different method.


Free   Version: n/a   Platform(s): windows   Updated: Mon Jun 27 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   send an email   Hits: 2028 

 
This shows the basics of sending email using CDONTS


Free   Version: n/a   Platform(s): windows   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Complete E-mail Address Validation   Hits: 594 

 
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.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Sep 25 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to send an email with CDOSYS   Hits: 6956 

 
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 Microsoft's new and improved interface for SMTP email which was introduced in Windows 2000.


Version: n/a   Platform(s): windows   Updated: Wed Dec 21 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending Mail from ASP with CDONTS.NewMail Object   Hits: 7242 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Aug 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Emailing Form Results With CDO   Hits: 3519 

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


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Retrieve E-Mail from a POP3 Server   Hits: 2007 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Apr  2 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Send an email from ASP using CDONTS/Outlook   Hits: 4362 

 
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 email using IIS SMTP service, remote SMTP server or POP3/IMAP.


Version: n/a   Platform(s): n/a   Updated: Mon May  6 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Server Side Email Addresses Validation   Hits: 3480 

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


Version: n/a   Platform(s): n/a   Updated: Thu Feb  7 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending E-Mails with ASP Pages   Hits: 4550 

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


Version: n/a   Platform(s): n/a   Updated: Fri Oct 12 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   An SMTP Service Directory Reader   Hits: 1504 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating PGP-Encrypted E-Mails   Hits: 1652 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu Oct  4 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Email Validation   Hits: 3490 

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


Version: n/a   Platform(s): n/a   Updated: Thu Jul 19 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending an HTML-Formatted Email Sample   Hits: 4141 

 
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 well for those of you still running on NT4.


Version: n/a   Platform(s): n/a   Updated: Tue Jun 19 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fighting Email Abuse with ASP   Hits: 1268 

 
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 by subscribing them to one's newsletter or applying for site membership.


Version: n/a   Platform(s): ASP 2.0   Updated: Fri Mar  9 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   A form for CDONTS, JMail, ASPEmail and ASPMail   Hits: 6576 

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


Version: 1.0   Platform(s): ASP 2.0   Updated: Sat Feb 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 20    Displaying: 1 - 20 Pages:  1   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog