powermail icon indicating copy to clipboard operation
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

Results 253 powermail issues
Sort by recently updated
recently updated
newest added

After a list has ben exported, pagination links are no longer working. They trigger downloads again. Fix applied for 5.6.0 but should work for current Version 7.4.0 too. ![powermail-export-pagination-error](https://user-images.githubusercontent.com/3437392/73184585-fe538e80-411c-11ea-931d-f1ab95057a81.png)

Set value of answer data to current item value inside for-loop in ManipulateValueWithTypoScriptViewHelper Closes #442

There are currently some issues when using the same form multiple times on the same page (tested with `TYPO3 v8.7.10` and `powermail v5.5.0`): - On server side validation errors, all...

Hello there, We're getting the following error in `typo3_src/10.4.26/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php` line 291 upon accepting a Double-Opt In-Link, but only **sometimes**: `Exception: Serialization of 'Closure' is not allowed`. For your convenience, here's...

bug

Hello, it looks like PHP8.0 fixes are not backported to v9 releases. But for v11 compatibility, PHP8.0 compatibility should be a must. https://github.com/einpraegsam/powermail/blob/9.0.2/Classes/Tca/ShowFormNoteEditForm.php#L221

Custom receiver.senderHeader.name and receiver.senderHeader.email not working due to this line: `$senderHeaderConfig = $this->settings['receiver.']['senderHeader.']??[];` in SendMailService.php on Line 344 $this->settings does not need dots like $this->configuration. Possible fixes would be: `$senderHeaderConfig...

I'm upgrading a project to T3 11 and powermail 10.4.2 and a custom checkbox field that was added to the form is not properly validated with the new clientside validation....

TYPO3: 10.4.31, Powermail: 8.4.1 A form with a mandatory upload field functions if you proceed to the confirmation page and then submit the form. However, if you go back from...

Goal is to use the TYPO3 V10 Fluid Mail API and Templating. Unfortunately the first issue and ticket was closed / deleted. Based on the PR we will proceed.

feature