- ReCaptcha Support
- Message Rate Limiting
- Copy
config.php.disttoconfig.php - Give write and execute permissions to the web server on the
/cachedirectory - Put your information into
config.php, especially fill in$recaptcha_public_key,$recaptcha_private_keyand the recipient lists
It is ESSENTIAL that you set $config['debug'] = false, otherwise the
software may leak recipient mail addresses.
To implement hour-based Rate Limiting, the software keeps a cache file for
the current hour in the cache directory. For every message sent, one
byte is appended to this file.
When the file size becomes larger than the $config['ratelimit']
configuration option, no messages can be sent until the next hour.