Aug 21, 2012 at 11:24am UTC
Hi I'm using Dev C++ and am trying to figure out how to send an email from it. I've searched all over the internet but found nothing. Does anyone here know how? I'm using gmail if it helps. Thanks
Aug 21, 2012 at 12:32pm UTC
You're looking for an smtp library. There are many.
Aug 22, 2012 at 8:21am UTC
I've tried to use some and can't seem to get it working. Any suggestions?
Aug 22, 2012 at 9:06am UTC
show us what you have got so far ?
Aug 23, 2012 at 2:38am UTC
Right now? Nothing. Everything I do either won't compile, or won't send an email.
Aug 23, 2012 at 2:40am UTC
Yeah show us the code that either won't compile, or won't send an email please.
Aug 23, 2012 at 3:34am UTC
Okay I don't know about SMTP libraries but you're program does nothing network-related!
Aug 23, 2012 at 8:57am UTC
all the piece of code does is to write those strings to a file.
nothing network-related indeed.
here is an example
http://stackoverflow.com/questions/58210/c-smtp-example
hope that helps