Click to See Complete Forum and Search --> : Email Form Script


Chop-Logik
03-17-2005, 01:29 PM
i need something easy...

I have a series of questions to ask and i have forms to put ur answers in and was wondering how can i get the answeres emailed to me but not threw outlook express. Like hit send and it will send it to me threw the page??

Khalid Ali
03-17-2005, 06:33 PM
Following are the steps for such work.

1. You have an html form with questions.
2. This form is submitted to a server side program(could be in one of many programming languages such as Java, php etc).
3. The data is processed and then server side code emails using your SMTP settings.

if you want java or php I know u can find allots of solutions if you did a google search