Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
03adcf99
Commit
03adcf99
authored
Oct 05, 2016
by
Stefan Galinski
🎮
Browse files
[TASK] Mail queue is always used
parent
c8b5d665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Service/MailTemplateService.php
View file @
03adcf99
...
...
@@ -72,7 +72,7 @@ class MailTemplateService {
/**
* @var boolean $ignoreMailQueue
*/
private
$ignoreMailQueue
=
TRU
E
;
private
$ignoreMailQueue
=
FALS
E
;
/**
* @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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment