direct_mail
direct_mail copied to clipboard
it's an newsletter sending extension for the TYPO3 CMS
fix: RequestFactory->request() expects array as third parameter
Avoids warning when `$params['row']['pid']` is negative
When starting scheduler task _Create Mail from Draft_ `Creation of dynamic property DirectMailTeam\DirectMail\Scheduler\MailFromDraft::$dmailUid is deprecated in /var/www/html/vendor/directmailteam/direct-mail/Classes/Scheduler/MailFromDraft.php line 90` 12.x
It is not possible to grant editors access to the backend modules. This is because in `Configuration/Backend/Modules.php` the access option is set to `'group,user'`, which is not a valid option...
If you check "Include page subtree" in a recpient list and try to open backend module recipient list, this error occurs: 503 Oops, an error occurred! An exception occurred while...
If application context is not development, following error occurs on fetching newsletter content: 503 / Oops, an error occurred! TYPO3\CMS\Core\Http\RequestFactory::request(): Argument #3 ($options) must be of type array, null given,...
TYPO3 11.5.17 direct_mail 8.0.0-alpha PHP 7.4.30 User is Admin and has the rights for the install-tool. Both direct_mail static templates are included. And another one: Creating a new direct_mail Newsletter...
Hello, following line breaks as $GLOBALS['LANG'] is not defined: https://github.com/kartolo/direct_mail/blob/944392cb644a7e44111aa20a5cc33c75d50985b9/Classes/SelectCategories.php#L85 I have searched for a while to find out where and when $GLOBALS['LANG'] will be defined. It is only available...