Info
Version: | 0.8.0 |
Author(s): | Scott Anderson |
Last Update: | Monday, November 25, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/swaj/actionmailer.net |
NuGet Url: | https://www.nuget.org/packages/ActionMailer.Standalone.Preview |
Install
Install-Package ActionMailer.Standalone.Preview
dotnet add package ActionMailer.Standalone.Preview
paket add ActionMailer.Standalone.Preview
ActionMailer.Standalone.Preview Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This is an unofficial preview release built against the latest ActionMailer.Standalone source control branch, which adds many additional features and fixes not present in ActionMailer.Standalone 0.7.4.
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?.