Typoscript Reference
Important
Make sure powermail spamshield is enabled:
plugin.tx_powermail.settings.setup.spamshield._enable = 1This is an overview of the available Typoscript constants. They are also available in the Constant Manager.
Enable / disable
plugin.tx_powermailcaptcha.enable
- 
                            - Type
- bool
- Default
- true
 New in version 1.3.0 In case you wish to disable the captcha temporarily, just add the following line to your typoscript constants: plugin.tx_ powermailcaptcha. enable = 0 You can also find this option in the Constant Editor. 
Sitelanguage
plugin.tx_powermailcaptcha.useSiteLanguage
- 
                            - Type
- bool
- Default
- true
 New in version 1.1.0 The current language is added to the captcha via language parameter which is taken from your Site Configuration. To disable this behavior, add the following to your Typoscript Constants: plugin.tx_ powermailcaptcha. use Site Language = 0 
Captcha API Keys
plugin.tx_powermailcaptcha.captchaMethod
- 
                            - Type
- string
- Required
- true 
 Available values: - Google Recaptcha recaptcha
- Friendly Captcha friendlycaptcha
- hCaptcha hcaptcha
- Cloudflare Turnstile cloudflare
- Prosopo Procaptcha procaptcha
 
plugin.tx_powermailcaptcha.sitekey
- 
                            - Type
- string
- Required
- true 
 Captcha Sitekey/ Application ID 
plugin.tx_powermailcaptcha.secretkey
- 
                            - Type
- string
- Required
- true 
 Captcha Secretkey / API key