Error!
Success!

Fluent Email in .NET

0
kicks

Fluent Email in .NET  (Unpublished)

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();


Kicked By:
Drop Kicked By: