SyntaxFix
Write A Post
Hire A Developer
Questions
Take a look at the FluentEmail library. I've blogged about it here
You have a nice and fluent api for your needs:
Email.FromDefault() .To("[email protected]") .Subject("New order has arrived!") .Body("The order details areā¦") .Send();