captcha-eu / typo3-powermail
Captcha.eu TYPO3 extension for powermail
Installs: 171
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 9
Type:typo3-cms-extension
Requires
- ext-json: *
- in2code/powermail: ^10 | ^11 | ^12 | dev-develop
Replaces
- typo3-ter/captchaeu: v1.0.4
This package is not auto-updated.
Last update: 2024-12-13 21:40:46 UTC
README
Captcha.eu for TYPO3 powermail to prevent spam
This extensions implements captcha.eu
Installation
- Just install this extension - e.g.
composer require captcha-eu/typo3-powermail
- Register your domain to www.captcha.eu
- Add publickey and restkey to TypoScript Constants (see example below)
- add a new field "captcha.eu" somewhere in your form (position doesnt matter)
- Have fun
Example for TypoScript Constants:
plugin.tx_captchaeu.publickey = 6LdsBBUTAAAAAKMhI67inzeAvzBh5JdRRxlCwbTz
plugin.tx_captchaeu.restkey = 6LdsBBUTAAAAAKMhaaaainzeAvzBh5JdRRxlCwbyy
Notes and best practice
Be sure to have spamshield enabled in powermail (TypoScript setup):
plugin.tx_powermail.settings.setup.spamshield._enable = 1
Keep up to date if powermail recognize spam (TypoScript setup):
# Get an email if spam was recognized
plugin.tx_powermail.settings.setup.spamshield.email = spamreceiver@yourdomain.org
# Write to a logfile when spam was recognized
plugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/powermailSpam.log