Hey everyone, this is the first time I'm using Formmail and I seem to understand everything pretty well...mostly.
The domain name I am setting this up for is www.extreme-fence.com. When I submit the form I get the following error "You are coming from an unauthorized domain."
This is what I have for the referers.$referers = array("extreme-fence.com");
I can't seem to figure out what is causing this issue. I believe I have it configured correctly so my only assumption would be that the hyphen is causing the issue. Is this right? Can anyone help me out with this?
Thank you in advance.

It looks like you need to add
It looks like you need to add the www option to your array. It should be
$referers = array("extreme-fence.com","www.extreme-fence.com);