+ 1
Send mail with C#
How to send E-mail with C# in console application or Windows form application??
1 Answer
+ 2
If you want to send an email, you will need to look at Web APIs in C#.
Here are a few links that may help you:
https://stackoverflow.com/questions/25860975/send-email-through-asp-net-web-api
https://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient(v=vs.110).aspx