
Steps to Change Formmail.pl for NT to Send Email from your Feedback Form.

1.	Edit FormMail.pl using WordPad and change the line below from "domain.com" to your domain Name. 
	$smtp_server = "domain.com";

2.	Edit FormMail.pl using WordPad and change email address below to the address you want to send the email to. Please note that the address must be the same as specified in the recipient field below and the email address is case sensitive. 

	@recipient_addresses = ('info@domain.com');


3.	Edit contact.htm using WordPad and change the lines below from "info@domain.com" to your E-mail ID.
	NOTE : The recipient email address must be the same as specified in step 2.

<INPUT type=hidden name=recipient value=info@domain.com>
<INPUT name=email type= hidden value=info@domain.com>

4.	Edit contact.htm using WordPad and change the lines below to your desired subject and the location of your thank_you.html

<INPUT name=subject  type=hidden value=enquiry>
<INPUT name=redirect type=hidden value=/thank_you.html> 

5.	Now you can upload the files "Contact.htm" and Thank_you.html" in your root folder and FormMail.pl in the cgi-bin folder.

6.	You will require to get the cgi-bin permissions for the folder by emailing us and then you can test the form by using "www.domain.com/contact.htm".
