Is there any good library for sending mails in c#? something like actionmailer in rails. I know the .net framework has some classes but I’m looking for something like a wrapper that fits specific scenarios hopefully saving me some time.
Is there any good library for sending mails in c#? something like actionmailer in
Share
System.Web.UI.WebControls.MailDefinition
Doesn’t support databinding, just text replacement.