I am making a console app that needs to send e-mail when asked so.How could i do that ?
Though i tried this link it was not successful, because you need additional software for it. AND there is a delay of about 10 minutes when i actually get the email.what could be the problem ?
This is the dialog box displayed when you run the first code

Is there any other way out ?
Are there any links that explain sending e-mail from c++ program step by step explaining the function used in the code.
Give VMime a try!
(Sending mail is not a language built-in feature, you will have to use some sort of library.)