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
Fixes #765
In current powermail 8.4.1 I have a form with empty `settings.flexform.sender.email` (yay editors) and sender mail enabled. Now the email is send to the server admin email address (dunno taken...
When going to the next multistep-formpage by using the arrows below the form, the form stays at the low position, where the arrows are and you need to scroll to...
The description at https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForEditors/FieldInput.md#validation says 'No HTML5 type - type="text" is used' but 'number' is the correct type. Also the note for email and url is wrong. There is a...
Set `sender` instead of `returnPath` to take the defined email address from the `returnPath` setting into account again for returning/bouncing emails. resolves #668
If localized form record exists BackendUtilityCore::getRecordLocalization method will return array with one element which is an array of localized form data. Not the array of form data directly. This fix...
Based on issue #181 the partials were modified, so that the id also includes the uid of the content element. `id="powermail_field_{field.marker}_{ttContentUid}"` It's possible to use multiple powermail forms with the...
Thank you @maechler for your bugfixes, provided in #247. They work really great! I made a few small changes to make it run with powermail 8.3.1.