tags:

views:

131

answers:

3

Hi, Is there any Windows Native API to send SMTP based message using C++

+2  A: 

There is not a native API. You will need a 3rd party component or to build this yourself.

Useful information in this thread:

http://stackoverflow.com/questions/58210/c-smtp-example

Joe
+1  A: 

try this http://www.codeproject.com/KB/IP/sendmailmc__.aspx

zapping
A: 

Ask me if want to send mail using C on win API and through gmail account..

Jeet