powermail
powermail copied to clipboard
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
use lowercase for viewhelper
use lowercase for viewhelper
use lowercase for viewhelper
## Issue The Powermail Plug-in collects, while it is added to a page in TYPO3 backend, all available forms and only shows those for which the logged-in user has the...
to allow captcha logic to be run BEFORE the submit happens, in AJAX forms, check if `PowerMailFormOverrideAjax` exists in the `window.` object, if so - call it and wait for...
I noticed today that the Pi1 backend plugin displays the last mails even if the user does not have access to the folder in which they are stored. Is this...
adds int type casting to the usage of pid and uid
Sometimes we're experiencing a wrong order of fields rendered by the `{powermail_all}` marker. For those cases we find the same order in the `tx_powermail_domain_model_answer` table too: ``` MySQL [typo3]> SELECT...
Without this patch it's not possible to use `manipulateVariablesInPowermailAllMarker` to manipulate selected values of an array field such as checkboxes and multiselect. Example: ``` plugin.tx_powermail.settings.setup { manipulateVariablesInPowermailAllMarker { optinMail {...