Position Application

First off, I hope this is in the right place, as I am using VS C++ 2008 Express.

So I am trying to create a form that the users will fill in the textboxs
then they will click apply. After that I was wondering if I can get it
to send all the information in the textboxs to my G-mail?
There are two fairly seperate steps here:

1. You need to figure out how to store text from a text box into a char* array, string, or stringstream.

2. You need to read up on the SMPT protocol to send emails.

Re: SMPT, check out this thread which has lots of info:
http://www.cplusplus.com/forum/general/48291/
Topic archived. No new replies allowed.