Difference between revisions of "FormMail Captcha"
From KOP KB
(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...") |
(No difference)
|
Revision as of 23:50, 28 October 2014
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]';