|
|
 |
FN-FORUM: Form2Mail help
date posted 20th August 2004 17:43
I'm getting 'Bad Referer - Access Denied
Sorry, but you are requesting Form2mail from
http://www.progressdatasolutions.co.uk/contact.html, who is not allowed
to access this CGI script.'
This is the code I've changed in the script, it should be right, surely?
# Set this to your SMTP server
$smtpserver = 'smtp.exa-networks.co.uk';
# Mail port of the SMTP server. Usually 25
$port = 25;
# hosts allowed accessing this cgi
@referer = ('www.exa-networks.co.uk',
'www.progressdatasolutions.co.uk');
# this is the default Return address if no email was submitted by the
form
$return_addr = ('www.progressdatasolutions.co.uk');
Thanks
Lindsey
____________________
Apperley Design
design | create | innovate
T: 01274 421410
www.apperleydesign.co.uk
|
 |
|