Andy Meier
Andy Meier
Same here: TYPO3 8.7.29 width tx_news 6.3.0 or tx_news 7.3.1 Adding 'localizeChildrenAtParentLocalization' => true, as suggested by @friggingee solves the problem.
@kartolo using `elseif ($key == 'BEGIN')` on line 432 solves the problem. https://github.com/kartolo/direct_mail/blob/dc7f7a206cbf074e803f0e0595ba06e001564405/Classes/Dmailer.php#L432 ``` php public function dmailer_getBoundaryParts($cArray, $userCategories) { $returnVal=''; $this->mailHasContent = false; $boundaryMax = count($cArray)-1; foreach ($cArray as...