I\'m developing an application where a user clicks/presses enter on a certain button in a window, the application does some checks and determines whether to send out a coupl
Use the SmtpClient class and use the method SendAsync in the System.Net.Mail namespace.