smtp authentication needed C++ app

Associate
Joined
22 Nov 2005
Posts
319
Location
Alnwick, Northumberland
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
 
yes i have a hostname and password for the server, my query was how to integrate authorisation into the program
 
Back
Top Bottom