PDA

View Full Version : c++ send email example


earobinson
April 14th, 2008, 04:38 PM
anyone know of a good example / tutorial for sending emails using C++, preferably it should be cross platform and I have access to a password protected smpt server.

Thanks

slavik
April 14th, 2008, 05:26 PM
read a tutorial on telneting to an smtp server :) (smtp servers use pop3 for authentication)