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

powermail v7.4.0, TYPO3 9.5.17 The confirmation link in plaintext mails is broken. I think there are 2 problems in powermail/Classes/Domain/Service/Mail/PlaintextService.php in `extractLinkForPlainTextContent()` first: missing `htmlspecialchars_decode` for the linktext if the...

TYPO3 9.4 introduced a breaking change in the SessionViewHelper, which also can be seen in the extension-checker in the installtool. https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.html?highlight=tsfe%20constructor%20no_cache%20argument The concerned code is this, the change is already...

The [documentation for adding custom field properties](https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForDevelopers/AddNewFieldProperties.md) is missing a TypoScript property for it to work in TYPO3 v9.5. For TYPO3 10, it's missing an Extbase PHP configuration file due...

TYPO3 9.5.15 powermail 7.4.0 composer mode Language: de TypoScript option forceJavaScriptDatePicker: disabled Locallang datepicker_format_date: d.m.Y form confirmation page: enabled Field type: date Field datepicker_settings: date If the user comes back...

The exclude field must not be set for the field l10n_parent to avoid errors during translation and wrong user configuration. With 10 this setting is automatically removed with the TCA...

The javascript validation of a valid url allows url with or without protocol: all the following urls are valid: - http://www.domain.de - https://www.domain.de - www.domain.de But the validation via php...

### Original error Hello, I have a question about the javascript validators. it is a field of type input - it is required and - is checked using the regexp...

When using free mode as language fallback type and connected mode in powermail forms, translations for the field title change back to the default langauge after trying to submit and...

Currently it is possible to open/show a mail from other users if the option/filter `showownonly` is enabled by simply change the mail id in the url query parameter. This should...

Added sorting to the array of path values due to override the template for the optin mail. The value in $extbaseConfig['view'][$part . 'RootPaths'] unexpectetly looks like this: /var/www/web/typo3conf/ext/powermail/Classes/Utility/TemplateUtility.php:37: array (size=3)...