Skip to content
Snippets Groups Projects
Commit 03adcf99 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Mail queue is always used

parent c8b5d665
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class MailTemplateService {
/**
* @var boolean $ignoreMailQueue
*/
private $ignoreMailQueue = TRUE;
private $ignoreMailQueue = FALSE;
/**
* @var \TYPO3\CMS\Core\Mail\MailMessage $mailMessage
......@@ -223,6 +223,7 @@ class MailTemplateService {
foreach ($markerArray as $marker) {
$previewMarker[$marker['marker']] = $marker['value'];
}
$this->setIgnoreMailQueue(TRUE);
$this->setMarkers($previewMarker);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment