Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  78
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, October 11, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Email > Email
Search
DevASP

What's New
What's Hot

Delete unwated Email Addresses       
Total Hits: 102  |  Today: 0 Author: Cenk Yurtseven       Rating:  
Read Reviews | Write Review |              Your Rating: 

A nifty script to delete unwanted or invalid Email addresses from a database. Works with Access mdb and SQL Server databases. No config required, ready to use. Can be used for cleaning up any other unwanted records as well....

Sending E-Mails with ASP Pages       
Total Hits: 70  |  Today: 0 Author: Tom Vergote.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sending an email with asp is fairly easy, all you need is CDONTS (Collaboration Data Objects for NT Server, installed with IIS), or a special component like AspEmail ( free ) by Persits Software Inc (there are more available). In this article I'll show how to send emails with CDO, because it's available to everyone and components work in a very similar way. First we have to create instance of the NewMail object....

E-Mail Protector       
Total Hits: 177  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP script created to provide some security against any e-mail addresses present on your site being harvested by e-mail collectors (aka spambots). Unlike some other solutions the output from this script is still perfectly valid html and still remains useable even if javascript is disabled. As the script uses a combination of protection methods, ranging from address filtering through to examining request headers, this makes it a much harder target for a malicious spider to try to cheat an addre...

Alternate uses of a telnet client       
Total Hits: 316  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

Telnet is really just a glorified text-based protocol, but this is a good thing because so are many of the protocols used on the internet currently - HTTP, POP3 and SMTP. In simple terms this means that you can browse the web, read and create e-mail - in short using those same services but via a simpler text-only interface which has more practical uses than you can imagine, not to mention it's a neat and impressive trick to show to people who aren't very technical. This guide covers the basics...

Sending email with HTML       
Total Hits: 571  |  Today: 0 Author: vipin sharma       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code is helpful to you for sending email with HTML with option to send an Image....

Another feedback form       
Total Hits: 366  |  Today: 0 Author: Marc Ripin       Rating:  
Read Reviews | Write Review |              Your Rating: 

How to use ASPXP Mail component on your web pages, easy as it can be. Here is simple feedback form that uses ASPXP Mail....

Simple CDONTS Mailer       
Total Hits: 563  |  Today: 0 Author: David Cleland       Rating:  
Read Reviews | Write Review |              Your Rating: 

3 simple .asp files that can be used for sending the contents of a form via email. Simple to use and can be easily customised to suit any need....

Send Form By Mail   Version: 2.0       Price: Free   
Total Hits: 1946  |  Today: 0 Author: PortJump Pete       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sends contents of a form by mail. This is version 2.0 - based on my article paging script, and tell a friend app. This contaings the form, does the processing and returns the status all on one page. Comments are welcome, and votes are appreciated!...

A Beginner's Guide to Sending Email from an ASP Page       
Total Hits: 3161  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Adding email to your ASP page using the CDONTS component is as easy as eating apple pie....

Marketing through Personalized Emailing       
Total Hits: 549  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article by Scott Mitchell uses Active Server pages and CDO to demonstrate how to set up a personalized e-mail database. Users can submit their e-mail address over the web and there is an administrative interface to manage the database and send out email with the user's names parsed into the text....

A versatile HTML form mail script for classic ASP       
Total Hits: 365  |  Today: 0 Author: Nathan Ridley.       Rating:  
Read Reviews | Write Review |              Your Rating: 

I submitted this article because I found it to be of great use and it does a good job of supporting all my form emailing needs. If you find it useful, then great! :)...

Forwarding of emails with CDO 1.2 and Exchange       
Total Hits: 157  |  Today: 0 Author: Christian Kiefer.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains the forwarding of emails with CDO and Exchange.
CDO.DLL, responsible for CDO 1.2 (Collaboration Data Objects), is installed on the web server during the installation of Exchange 5.5 or Outlook for Web Applications (OWA).

Unlike CDONTS (Collaboration Data Objects for NT Server), CDO 1.x only works with the users who are authenticated on the Exchange Server.
In contrast to this, every user who has got the right to create ASP scripts can send emails via CDONTS....

Send email from ASP with CDOSYS       
Total Hits: 166  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

CDOSYS email component replaced the old Microsoft's email component CDONTS. It is recommended now to use CDOSYS instead of CDONTS when emailing from ASP.Here is how to use CDOSYS to send email from ASP:...

Inbox and Outbox Manipulation in ASP       
Total Hits: 165  |  Today: 0 Author: Burhan Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you ever wanted to use Active Server Pages for sending and receiving email? Burhan Khan explains how to use CDO to set this up.There are numerous ways to send and receive emails using ASP. The simplest way is to use CDO. CDO is a free emailing component which comes packaged with NT Option Pack 4. If you want to receive email, you can use the CDO session object. This article will explain ways to sending and receive email through ASP 3.0. After you finish reading it, you will be able to desi...

How to Send Email using JMail from Active Server Pages (ASP)       
Total Hits: 51  |  Today: 0 Author: Comsoltech® Incorporated       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article and ASP script shows how to send email in ASP page, using widely used free JMail component in an easy and simple way to get you started. Active Server Pages (.ASP) envinronment using Windows NT Server, 2000 Server running IIS 4.0, 5.0 or beyond. There are several ways you can send email from your ASP environment. If you have access to the NT or Windows 2000 server, you should install a email component. One of the widely used email component, which is also free is Dimac's JMail Compo...

Send e-mails from your script!       
Total Hits: 108  |  Today: 0 Author: Alexander Haneng       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn to use JMail to send emails from your ASP scripts. I use this for error reporting, user mail others. E.g. a "Tell a friend" script, password protected site....

JMail       
Total Hits: 96  |  Today: 0 Author: programmersresource       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're like me and your server couldn't support CDONTS mail, you're probably wanting to try another approach. I recommend JMail. Simple to install and implement....

SENDING AUTORESPONSE       
Total Hits: 279  |  Today: 0 Author: vipin sharma       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this sample author sending autoresponses and newsletters to the user. sending newsletters in 2nd part of the code....

Send an email from ASP (WSH) using VBS, CDONTS and Outlook       
Total Hits: 518  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are several ways to send an email from VBS (ASP, WSH, IE-HTA, ...) or from VBA (Word, Excel). This page contains sample code to send simple email message for CDO, CDONTS and Outlook objects....

ASPMailer       
Total Hits: 151  |  Today: 0 Author: Robert Burgoyne       Rating:  
Read Reviews | Write Review |              Your Rating: 

Turns any form into a text email. (Gotta have SMTPsvg.Mailer or CDONTS.NewMail object installed on the server)....


1  2  3  4  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com