Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.80/5 (4 votes)
See more:
hi i want a c++ code dat will send email .txt file using smtp please post the code if anybody having
thanks in advance
Posted
Comments
ridoy 22-Jun-13 8:18am    
CP isn't a code giving place.You should hire a freelancer for that.

 
Share this answer
 
 
Share this answer
 
Ok, to create simple console app (a SMTP client without MFC), use it:
http://www.chilkatsoft.com/email-library.asp[^]
 
Share this answer
 
I have coded my own library, which is free to use to. You can send attachment of 20MB at a time with your email data.
Source code and demo included in the package. Have a look here:
http://sourceforge.net/projects/emailhandler/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900