direct_mail
direct_mail copied to clipboard
it's an newsletter sending extension for the TYPO3 CMS
php-cs and php-sniff are activated and codes are fixed accordingly
in #424 php sniff linter is added. This is currently deactivated. Todo: - activate the linter - refactor the code
in #424 php stan linter is added. This is currently deactivated. Todo: - activate the linter - refactor the code
In the file 'ext_emconf.php' the extension 'jumpurl' (friendsoftypo3/jumpurl) is required. In the 'require' section of the 'composer.json' it isn't mentioned. Shouldn't be the same for both installation versions, required or...
Currently installing direct_mail also installs `typo3/cms-dashboard` - which is not something we would like to use in every installation. Since the widgets are optional, maybe move this dependency in `composer.json`...
TYPO3 12
... is this fork already working proper in latest typo3? martin
I thought the change had already been made in this branche: The bounce mails are not queried can that be the cause? Line 899 [Classes/Dmailer.php](https://github.com/kartolo/direct_mail/blob/master/Classes/Dmailer.php) ``` { if (GeneralUtility::validEmail($this->dmailer['sys_dmail_rec']['return_path'])) {...
In plain text emails it is common to use angle brackets as delimiters for links. With this commit the closing angle bracket will no longer be considered a part of...
Non admin users get an error when clicking on the import link: Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function getPublicUrl() on null \| Error thrown...
The current version 9.4.0 with TYPO3 11 does not filter the pages for direct_mail folders anymore. This is annoying because editors want to select the sending page in the page...