Hi, Is there any Windows Native API to send SMTP based message using C++
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
try this http://www.codeproject.com/KB/IP/sendmailmc__.aspx
Ask me if want to send mail using C on win API and through gmail account..