![]() |
|
#1
|
|||
|
|||
|
FormMail
I have a bit of a problem with my FormMail script. I've done all the README told me to do, and I still get a Bad/No Recipient error. It tells me to fix this section of the code, and I fixed it like the readme said to, but I'm still getting errors. Any ideas?
Relevant code: # @referers allows forms to be located only on servers which are defined # # in this field. This security fix from the last version which allowed # # anyone on any server to use your FormMail script on their web site. # @referers = ('www.napalmtheory.com','66.78.3.6'); # @recipients defines the e-mail addresses or domain names that e-mail can # # be sent to. This must be filled in correctly to prevent SPAM and allow # # valid addresses to receive e-mail. Read the documentation to find out how # # this variable works!!! It is EXTREMELY IMPORTANT. # @recipients = ('^nymphofthestyx\@napalmtheory\.com'); the readme is here: http://www.scriptarchive.com/readme/formmail.html Thank you! |
| Sponsored Links |
| Thread Tools | |
| Display Modes | |
|
|