I am working MS C# 2008. I created Windows form application. And I need to send email from my application. so how do I configure smtp settings?
EDIT
I got The following Exception
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
on smtp.send(message);
I have not installed IIS so is it required for desktop app?