PDA

View Full Version : formmail - email to a different domain


rachelgeo
04-27-2008, 09:44 AM
Hi, i need help. My website is http://www.mydomain.biz. i want the form filled in the Contact Us page to be mailed to rachel@otherdomain.com. i have tried hard and couldnt solve this issue. These are the details:

we ourselves are hosting our website. my website files are stored in /var/www/html/techsys directory in the server. i have created a directory techsys in html folder and copied all my website html files in it.
is the location of my html pages ok?

contactus.html has the following code:

<form action="cgi-bin/formmail/formmail.cgi" method="POST">
<input type=hidden name="recipient" value="rachel@otherdomain.com">
<input type=hidden name="redirect" value="http://www.mydomain.biz/thanks.htm">

is the code ok?

in formmail script, what value should i assign to @referrers and @recipients.

Please help.

SnakEyez
05-10-2008, 01:12 PM
If you just need to email to a different domain all you would need to change is the recipient.