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

My custom finisher class sends data to an external API, which can fail. In that case I would like to notify the user about that and allow him to re-submit...

question

![Bildschirmfoto 2024-01-26 um 09 43 07](https://github.com/in2code-de/powermail/assets/2334402/0f24928f-f524-4d67-b327-2d130bd43778)

Until now, we did not test, whether emails got really sent out. This lead to the issues #974 and #976, where we did not detect, that sending out emails broke....

enhancement

_Reported by and confirmed with @maddy2101 in Slack communications. An intent to possibly sponsor this issue being fixed for 10.7.x has been expressed._ It's currently not possible to execute actions...

bug
v12

Currently all the record type labels are plural: "Answers", "Fields", "Forms", "Mails", "Pages" When creating a new record via the Web > List view, all other record types have singular...

Resolves: https://github.com/in2code-de/powermail/issues/980

The blacklist does not work properly, if the words in it contain characters, that have special meanings in a regex (e.g., ^ or $). The function `ValueBlacklistMethod::isStringInString` in https://github.com/in2code-de/powermail/blob/12.1.1/Classes/Domain/Validator/SpamShield/ValueBlacklistMethod.php#L78 should...

enhancement

Is there a way to reuse created fields, or even better, pages? That would be a huge relief. The background is this: In a project, countless forms have to be...

There are two errors in https://github.com/in2code-de/powermail/blob/12.1.1/Resources/Private/Templates/Log/SpamNotification.html - The namespace definition `{namespace vh=In2code\Powermail\ViewHelpers}` is missing. - The `if` in line 13 is never closed. So, between lines 21 and 22 there...

hello, we see report's that our powermail-extension, does not showup as a "field" in the dropdown. tried using ddev and various other ways - it seems to generally work. has...

under investigation