FormMail Captcha

From KOP KB
Revision as of 23:50, 28 October 2014 by ReMaster (talk | contribs) (Created page with "== Referrers and Recipients == <syntaxhighlight lang="perl"> #whatever domains they decided to use should go in referrers. @referers = ('www.domain.com','domain.com'); # @re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Referrers and Recipients

#whatever domains they decided to use should go in referrers.
@referers = ('www.domain.com','domain.com');

# @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.                         #
# If we are troubleshooting the receiving make sure this has a string of the email and not a variable #
@recipients = '[email protected]';