Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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

Sending Email Via an External SMTP Server Using CDO       
Total Hits: 131  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

I'm not sure how much interest there is in this, but it's one of those things I always meant to do and never did... until now. I was spurred on to actually do it by an innocent email from a newbie asking "Where do I specify the SMTP server when sending an email via CDO?" As most of you probably know, the most common config with CDO for 2000 or CDONTS (NT 4) is to not specify an external SMTP server and to use the local Microsoft SMTP server to send the messages. Most third-party components, on t...

An ASP Error Report Emailer Function       
Total Hits: 149  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you build websites for customers, it's often very difficult to find out the source of errors. Often the difficulties are mostly down to inaccurate error reports. For example, an error of "the page shows an error when I log in to the job search page" is a lot more difficult to fix than "the page shows a Microsoft VBScript runtime error number 500 (Variable is undefined) when I access job_search_login.asp". A possible solution to the problem is to display friendly errors on the page. However,...

Email Bounce Automation Using BoogiePOP Enterprise - Part 2 of 2       
Total Hits: 58  |  Today: 0 Author: Scott Wolfington       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Part 1 of this article, I showed you how to log your email bounce data to a table within a Microsoft Access database, using BoogiePOP Enterprise by BoogieTools. For some people, logging their email bounce data to a single table will be all they need, but for others it may only be 1/2 of their solution. In Part 2, I'm going to take you a step further and show you how to automate the process of updating your email list table(s) by using a simple VB script and the Windows Task Scheduler. In addi...

Form to mail form       
Total Hits: 447  |  Today: 0 Author: AspTutorial.info       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are three example which including sending a message to a mailing list. Easy to set up....

Send e-mails from your script!       
Total Hits: 222  |  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....

Send Mail using ActiveX DLL       
Total Hits: 105  |  Today: 0 Author: Jorge Cisneros       Rating:  
Read Reviews | Write Review |              Your Rating: 

You can send e-mail whom ever you want from who ever you want, using wich ever server you want This program uses my own control Active X, in the zip you can find the source code....

Send Form By Mail   Version: 2.0       Price: Free   
Total Hits: 2150  |  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!...

Marketing through Personalized Emailing       
Total Hits: 629  |  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: 799  |  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: 360  |  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....

Sending E-mail with asp       
Total Hits: 213  |  Today: 0 Author: Behzad Bahjat Manesh.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will show you how simple it can be to send an e-mail from an ASP page. With just a few lines of code, you can add mail sending capabilities to your ASP page in your Web site. Notice that I put the focus on can be; depending on your network setup, this approach may be very easy, or it may require you to setup or configure your network for this code to work. See the reference section at the end of this document for more information. There are basically two ways to send an e-mail from ...

ASP Web Based Email Using Dimac w3 JMail       
Total Hits: 295  |  Today: 0 Author: WebWizGuide       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are reading this page then I shall assume that you already know a little bit about ASP and running ASP applications. The download to this tutorial has 4 working examples of Web Wiz JMail Form's which you can use to allow your web site visitors to send there comments or enquiries to your e-mail address or send emails to there own friends form your site. However, I not going to go into how the form is written as it uses standard HTML and JavaScript to capture the users details. Instead I'm ...

Send email from ASP with CDOSYS       
Total Hits: 230  |  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: 368  |  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...

Sending E-Mails with ASP Pages       
Total Hits: 147  |  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: 226  |  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: 363  |  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...

Web Feed Back       
Total Hits: 310  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

User can Feed back to Web Developers, sends the feedback message, and sends the visitor an auto-response message that is read from a text file. and also no required datase.
...

SENDING AUTORESPONSE       
Total Hits: 347  |  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....

Gotcha with Server Object's ASPMail component.       
Total Hits: 654  |  Today: 0 Author: Ian Ippolito (RAC)       Rating:  
Read Reviews | Write Review |              Your Rating: 

A company called Server Objects makes a very popular 3rd party component for ASP called ASPMail (and ASPQMail) that many ASP developer use. I've used this product myself for over 3 years with no problems, but just ran into a huge gotcha that every developer using their product should know about....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com