tags:

views:

88

answers:

2

i want to integrate smtp mail sending option in my vc++ application please any one provide the class or lib whch can be integrated

A: 

How about SmtpClient ?

Anders Lindahl
A: 

Ultimate TCP/IP is free, Visual Studio friendly and supports SMTP. Highly recommended.

Rob
hi all,i have written the smtp client module ,and its working, but after connecting to server( like gmail),i am getting response that STARTTLS COMMAND should be issued,please help me on this
vijay.j