PDA

View Full Version : Sending an attachment via SMTP (Gmail)



BananaPhone
6th January 2014, 14:47
I need help with a c++ code that can send emails with attachments via SMTP

(Gmail). I haven't had any luck finding anything. Any help will be appreciated.

creatron
7th January 2014, 12:38
I have used this to write my own gmail mails, and it works

http://code.google.com/p/teocbase/source/browse/src/smtp.cpp?spec=svn16d6c02bf53e69a3680f6f47724fdc21a 7ef82da&r=16d6c02bf53e69a3680f6f47724fdc21a7ef82da

Hope this help
cREATRON