Send mail with C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Send mail with C#

How to send E-mail with C# in console application or Windows form application??

19th May 2018, 4:47 PM
Amir Rahmani
Amir Rahmani - avatar
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
19th May 2018, 5:24 PM
Limitless
Limitless - avatar