1. AnglicanGeek.MarkdownMailer

    By:

    A simple library for sending email message with Markdown bodies, that creates the text and HTML views from the Markdown.

    296,359 downloads

  2. AE.Net.Mail

    By:

    POP/IMap Client Library

    7,816 downloads

  3. SendGrid

    By:

    Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp

  4. Mail.dll

    By:

    Mail.dll is a .NET IMAP, POP3 and SMTP client library and email parser. It allows sending, receiving and processing email messages in .NET applications.

  5. MvcMailer

    By:

    MvcMailer sends emails using the MVC views as Email Body with no effort. Here's a quick list of features: a) Use Razor/WebForms views b) Use Master pages c) Write Testable Code d) Pass values to your view using ViewBag or ViewModel and e) Generate Absolute URL using Url.Abs method and f) create multi-part emails by just adding a view file, g) scaff... More information

    52,198 downloads

  6. EmbeddedMail

    By:

    Integration testing against e-mail almost always sucks. EmbeddedMail doesn't remove all of that pain, but it certainly helps it suck less by providing an in-memory SMTP server that you can assert on.

  7. Elfar.Mail

    By:

    Mail module for ELFAR. Requires one of the ErrorLog Provider packages to be installed and a manual update of the App_Start\Elfar.cs file.

  8. Altairis Mail Toolkit

    By:

    Library for sending templated and localized e-mail messages from web application. Contains list manager for running mailing lists, including safe subscription and removal of e-mail addresses.

    1,706 downloads

  9. SixPack.Net.Mail

    By:

    The SixPack rapid development library is a collection of classes for rapid development on the .NET/Mono platform. It has been built with medium to large scale sites in mind, and supports high performance requirements (thousands of concurrent users per server.)

  10. Cavity Domain (Royal Mail)

    By:

    Provides Royal Mail domain models.

  11. ActionMailer

    By:

    ActionMailer.Net aims to be an easy, and relatively painless way to send email from your ASP.NET MVC application. The concept is pretty simple. We render HTML by utilizing some pretty snazzy view engines, so why can't we do the same thing for email?

  12. RazorMail

    By:

    RazorMail allows sending of email using the razor template engine outwith the context of an MVC project, keeping the concerns of email generation within your domain rather than the UI.

    1,099 downloads

  13. SendGridPlus for .NET 4.x

    By:

    A client library for interfacing with the SendGrid APIs, including the Event API. This is an updated and refactored version of the SendGrid package.

  14. Town Crier E-mail Template Engine

    By:

    Town Crier is a small, open-source e-mail templating engine for .NET. Now with Markdown support! See website for more details.: http://thecodedecanter.wordpress.com/2010/07/19/town-crier-an-open-source-e-mail-templating-engine-for-net/

  15. TokenMail

    By:

    TokenMail is a small library for finding and replacing user-defined tokens and values (eg. "##FIRST_NAME##" with "Richard") in plain-text or HTML files, which can then be emailed using the standard .NET SmtpClient object.

    726 downloads

  16. PreMailer.Net 1.1.2

    By:

    Use PreMailer.Net before sending HTML e-mails. E-mail clients are very primitive HTML renderers, and it is very difficult to achieve full support for rich HTML e-mail accross e-mail clients. One thing that makes it easier, is to move all CSS from a style section in the HTML Head, to inline style attributes on each element. Create your e-mails wit... More information

  17. S22.Imap Imap Library Component

    By:

    Features of S22.Imap - Supports IMAP IDLE notifications - Supports IMAP over SSL - API designed to be very easy to use - Allows selectively fetching parts of mail messages - Inherently thread-safe - Well documented with lots of example code - Free to use in commercial and personal projects (MIT License) Please visit the website for example... More information

  18. MailChimp Amazon Simple Email Service .NET Wrapper

    By:

    A .NET 4 wrapper for MailChimp's Amazon Simple Email Service. MailChimp have added some nice extra features to Amazon's service and this wrapper makes it really easy to use in your .NET projects.

    755 downloads

  19. HigLabo

    By:

    Library include Mail(Smtp,Pop3,Imap),Ftp,Twitter,Dropbox,SugarSync,Box.net,WindowsAzureManagementRestService,WindowsLiveRestService,Facebook,Rss

  20. ActionMailer.Standalone

    By:

    ActionMailer.Net aims to be an easy, and relatively painless way to send email from your application. The concept is pretty simple. We can render HTML by utilizing some pretty snazzy view engines, so why can't we do the same thing for email?