PDA

View Full Version : Problem with Formmail on SubDomain


xTempestx
05-26-2002, 05:55 AM
Ok my friend gave me a subdomain on his site. Im trying to make an application form for a RPG game im running on the subdomail but I cant seems to get formail to run correctly.

I put formmail into my CGI-Bin configured as such:

$mailprog = '/usr/sbin/sendmail';
@referers = ('host.net');
@recipients = ('^MyName@hotmail.com');


The form im useing is configured as such:

<form method="GET" action="http://subdomain.host.net/cgi-bin/FormMail.pl" name="Character Apllication">
<input type=hidden name="recipient" value="MyName@hotmail.com">

I know the problem isint in the form since I can recived the e-mail by setting the FormMail location to that of my last host who hasent updated their formail yet.

If you guys could help it would be a lifesaver.

Thanks in advance, Nick.