Fluent Email in .NET(lukencode.com)
submitted by
lukenlowrey(288) 2 years, 1 month ago
A library for sending emails in .NET using a fluent interface.
Eg.
var email = Email
.From("john@email.com")
.To("bob@email.com", "bob")
.Subject("hows it going bob")
.Body("yo dawg, sup?")
.Send();
|category: C#
|Views: 43
tags:
C# another
Everyones tags:
Your Tags: