HomeCommunityControl GalleryMiscellaneousEmailaspNetEmail 3.0

aspNetEmail 3.0



(9) Submit a Review

3,940 Downloads

43,542 Views


Description

aspNetEmail is a robust, high quality email component for .NET. Written in C#, there are no external dependencies on any COM objects. aspNetEmail can easily and effortlessly perform advanced functions such as emailing web pages, emailing datagrid, emailing user controls, or performing a mail merge against a dataset. Check out some of the online examples found at http://www.aspNetEmail.com/examples.aspx

A complete feature list can be found here:
http://www.aspnetemail.com/FeaturesSysReq.aspx

Some of the features include:

  • Built In Calendaring (iCal/vCal) Support
  • Automatically create and send Appointments
  • Built In vCard Support
  • Built In HTML/ASP.NET Server Form Processing
  • Automatically send templated emails
  • Automatically email uploaded attachments
  • Perform Mail Merges against DataTables, DataSets, and Custom Object Collections
  • Automatically Embed Images
  • Email Web Pages and Optionally embed all images
  • Email DataGrids and other Server Controls
  • Create Attachments from Urls
  • Automatically email ASP.NET Exceptions
  • and many more...

Syntax Example

//here is a simple example EmailMessage msg = new EmailMessage(); msg.Server="mail.MyCompany.com"; msg.AddTO("you@YourCompany.com"); msg.FromAddress = "me@MyCompany.com"; msg.Subject="here is your invoice"; msg.Body = "this is your invoice..... "; msg.Send(); //email a web page... msg.GetBodyFromURL( "http://www.asp.net" ); msg.Send(); //perform a bulkMailing with a dataset //of email addresses called dsEmails msg.AddTO("##DataSetEmailFieldName##"); msg.SendMailMerge( dsEmails );

Reviews

Submit a review

Thank god for this component

Reviewed by: matiasnino on Saturday, June 11, 2005

5 Stars

Our site handles uploads, which then get sent via email to our administrators. With this component, we were able to implement the functionality easily and flexibly with no problems whatsoever. Thank you ASPNetEmail!!!

The best

Reviewed by: redevries on Thursday, March 11, 2004

5 Stars

Even during evaluation the support was great. And when I asked for a feature that wasn't part of the product yet, Dave added it with hours. Unsurpassed!

Works great and the support is unparalleled!

Reviewed by: natedev on Thursday, February 26, 2004

5 Stars

Our company definitely pushed the envelope (no pun intended) with aspNetEmail. It's held up extremely well and we've received tech support literally within minutes of when we send an emailed request. Wave5, Inc. strongly recommends this product.

Excellent Component and Support

Reviewed by: stikoian on Monday, February 24, 2003

5 Stars

I've been in this game for a long time and this is the first review I've ever posted. The functionality and ease of use are as outstanding as the support.

Solid

Reviewed by: Jeepaholic on Friday, January 24, 2003

5 Stars

It does what you tell it to. Pulled in a table from a database, wrote a couple lines of code and the emails flew. Clean and simple!

Superb results from this component

Reviewed by: cyasp on Monday, November 11, 2002

5 Stars

I've used aspNetEmail on my community web sites (OurLittle.Net) and had amazing results. Very easy to create multi-part (HTML/text) emails and the performance has been very good. Highly recommended.