When you think ASP, think...
Recent Articles
All Articles
ASP.NET Articles [1.x] [2.0]
ASPFAQs.com
Message Board
Related Web Technologies
User Tips!
Coding Tips
Search

Sections:
Book Reviews
Sample Chapters
Commonly Asked Message Board Questions
Headlines from ASPWire.com
JavaScript Tutorials
MSDN Communities Hub
Official Docs
Security
Stump the SQL Guru!
Web Hosts
XML Info
Information:
Advertise
Feedback
Author an Article
Technology Jobs



















internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers
ASP ASP.NET ASP FAQs Message Board Feedback ASP Jobs
Print this page.

Lead Test Engineer
The Computer Merchant, Ltd
US-SC-Charleston

Justtechjobs.com Post A Job | Post A Resume

Published: Thursday, April 15, 1999

Sending Email without using CDO


There are numerous ways to send emails using ASP. The simplest way, in my opinion, is to use CDO, the free emailing component which comes packaged with NT Option Pack 4. There is already an article on the site which delves into a rigorous discussion of how to use CDO. This article pertains to non-CDO approaches. If you're interested in using/learning about CDO, why not read the article?

- continued -

Why not use CDO?
CDO is not designed just for emailing. If you've ever used Outlook, you know that Outlook is not designed just for email either. There are appointments, calendars, journal entries, reminders, etc. CDO is like that too. You can use CDO to send people reminders and accomplish other neat MS Office related tasks. Of course, added functionality equates to increased size and a decrease in efficiency. Therefore, many people will tell you that CDO is bloated and slow. While it is not as fast as the ASP components discussed below, it is not a terrible mailer. Unless you plan on sending out hundreds of emails a day, I doubt you will notice a speed difference between CDO and any of the components below.

So, does it matter what component you choose? Not really, not unless you plan on doing some heavy duty emailing. Some of the components discussed below are free (as is CDO), they all have relatively the same features when it comes to emailing, and they are all pretty easy to use. Personally, I like CDO, so I haven't bothered learning another component. If you can't decide which is best for you, hell, just pick one at random. :)

JMail
Cost: FREE! :)

ASPFreeMail
Cost: Shareware

FastMail
Cost: Shareware

AspEmail
From Persist Software, the folks who do ASPUpload Cost: Free
(Can purchase the source code for $185.00)

ASPQMail
Cost: $149.95

A heavy duty emailer!

For more information on ASPQMail, and other related email/ASP components, be sure to visit ServerObjects.com.

Happy Programming!


Windows Internet Technology | ASP.NET [1.x] [2.0] | ASPMessageboard.com | ASPFAQs.com | Advertise | Feedback | Author an Article