Hello everybody,
sometime people ask me how to send email from C# windows forms application or even ask is it possible at all to accomplish in C#?
I can reassure you that yes, it's possible.
For this purpose you can use following code sample:
private void btnSendMessage_Click(object sender...