I was wanting to know how to send an email from within a program without having a UI, so i found this example project from Codeproject. Upon using it, i found that i can connect to the smtp server but it requires smtp authentication so does not send the message. Ideally i wanted to try this authentication out in the codeproject example. Does anyone no how to do this?
Code Project
Code Project