Hi, I'm trying to use formmail Classic v1.07.2 on a Debian GNU/Linux Server. I've got the $referers array setup correctly as far as I know,
$referers = array('grizfirestarters.com', 'www.grizfirestarters.com', 'gmail.com', 'google.com', 'www.google.com');
// $recipient_array format is $recipient_array = array('sometext'=>'email@example.com','asdf'=>'email2@example.com');
$recipient_array = array('a8bau4alsfznb5boqzrgsavd6tcst740'=>'____________@gmail.com');
and the formmail script says the mail has been sent. but it is not showing up in my inbox.
here's where you can find the form http://grizfirestarters.com/email.php
If you could help I'd really appreciate it,
-Tim

did you add hidden input tag
did you add hidden input tag for recipient in form?
Yes, I made one that used the
Yes, I made one that used the random number sequence "a8bau4alsfznb5boqzrgsavd6tcst740" as the key to the email address which happens to be at gmail.com.