How to create simple email forwarder ****

goldencrownz786

Regular Member
Joined
Feb 6, 2011
Messages
209
Reaction score
21
hi i was wondering if anyone can help me .

Basically what i want is a program coded with any language that can take user submitted info and forward it to my email ?

i also want it to throw a content locker and then enable the "'send" button ,
how i can i do that ?

Its for a mobile unlocking software, i can generate free unlock codes for blackberries and i wanted like a xbox code generator that can take the user submitted info and send it to my email or a log on a server.

The main part is that i want it to show a content locker before the submit button activates .

How can i acomplish this, i just need advise
 
well to send a message to your email requires an stmp server installed on the user's pc..
but still you can accomplish this using a web interface + a small program.. so here is the working flow:
1- you develop the program interface which collects the data from the user.
2- the program will send the collected data to specific page on your website with simple POST command.
3- the page on your website will gather the received data then afterwards it will send an email to you.

i didn't get the "content locker" part.. what you are trying to accomplish?
 
Back
Top