Am very New to Web Page Development.
In my website i have the help page like Name, Email ID, Contact No, Comment and Submit Button Suppose i entered the data in the help page , then i press submit button means that entered data’s should sent to the email account
For Example
Help Page
Name - Raja
Email - raja@gmail.com
Contact - 98763214
Comments - Good web page
Then I pressed Send button means, the above entered data should send to this email account
support@it.com with the same format.
Need Code Help or Script Help
use FormMail
you should set these variables in formmail.pl
look at this
and
look at this
and
which is the path of sendmail in your system. if you’re not sure where is your sendmail path, use the following command at your unix prompt:
This will tell you where sendmail is on your system. If it says it could not find it, just ask your system administrator.
after configured formmail.pl, put it in cgi-bin folder.
here is an example of a form using formmail.pl ( recipient field is required )
for more information about how to use formmail, go here.