//  home   //  advanced search   //  news   //  categories   //  sql build chart   //  downloads   //  statistics
 ASP FAQ 
Home
ASP FAQ Tutorials

   8000XXXX Errors
   Alerts
   ASP.NET 2.0
   Classic ASP 1.0
      COM / ActiveX Components
      Forms
      General Topics
      Date/Time Routines
      Email Scripts & Info
      Files/Directories & FSO
   Databases
   General Concepts
   Search Engine Optimization (SEO)

Contact Us
Site Map

Search

Web
aspfaq.com
tutorials.aspfaq.com
classicasp.aspfaq.com

ASP FAQ Tutorials :: Classic ASP 1.0 :: Email Scripts & Info :: How do I send e-mail from ASP?


How do I send e-mail from ASP?

There are several components that enable you to do this. You may already have one, if you have an SMTP server installed alongside IIS - it's called CDO.Message. Please avoid using CDONTS.NewMail... it is wrought with problems, and is obsolete (it is no longer included in Windows XP or Windows Server 2003). For examples of using CDO.Message, please see Article #2339 and Article #2026
 
There are also several other components available (if we missed any, let us know). 
 
    AspMail / ASPQMail (ServerObjects) 
 
    ASPEmail (Persits) 
 
    ATLMail 
 
    Dalun XML-based SMTP 
 
    DevMailer 
 
    Dundas Mailer 
 
    EasyMail 
 
    HMailServer 
 
    Jmail 
 
    MailEnable 
 
    MailListBot 
 
    OCXMail 
 
    OstroSoft SMTP Component 
 
    SA-SMTPMail 
 
    SimpleMail 
 
    Zaks.POP3 
 
If you don't have access to CDONTS or CDO.Message, and can't install a COM object on your web server, you might consider using a stored procedure to send mail from within SQL Server. See Article #2403 for a tutorial on configuring your SQL Server for sending mail through Exchange, MAPI or an external SMTP server. 
 
ASPWebMail supports SMTP and POP3 retrieval. 

Related Articles

Can I get CDO messages to return a read receipt?
Can I use a remote SMTP server with CDONTS.NewMail?
How do I alter the priority / importance of an e-mail message?
How do I prevent my links from wrapping in an e-mail?
How do I put carriage returns into an e-mail?
How do I send e-mail from SQL Server?
How do I send e-mail in HTML format?
How do I send e-mail with CDO?
How do I validate an e-mail address?
Should I use form action=mailto: to mail the results of a form?
Where can I get more details about configuring / using CDO?
Why can't ASP handle 80,000 e-mails?
Why do CDONTS messages end up in the badmail folder?
Why do I get 8000900F errors?
Why do I get 80040108 errors?
Why do I get 8004020A errors?
Why do I get 80090020 errors?
Why do I get C00402CE / C00402C7 errors?
Why does CDO.Message give 800C000D errors?
Why does CDO.Message give me 8004020F errors?
Why does CDO.Message give me 80040213 errors?
Why does CDO.Message give me 80040222 errors?
Why does my CDONTS mail hang out in the queue or pickup folders?
Why is e-mail to certain domains being rejected?

 

 


Created: 7/9/2000 | Last Updated: 3/27/2006 | broken links | helpful | not helpful | statistics
© Copyright 2006, UBR, Inc. All Rights Reserved. (332)

 

Copyright 1999-2006, All rights reserved.
Finding content
Finding content.  An error has occured...