Lissa Explains it All:  Web Design Forums  

Go Back   Lissa Explains it All: Web Design Forums > LEIA Archives > Web Site Help > Advanced Programming

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-15-2003, 11:42 PM
aisuruneko aisuruneko is offline
n00bzilla
 
Join Date: Mar 2003
Posts: 31
aisuruneko is an unknown quantity at this point
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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:37 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.