Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a7ae30f9
Commit
a7ae30f9
authored
Jan 10, 2018
by
Carsten Rose
Browse files
Bug #5189 / BCC SendMail Problem - fixed missing double ticks
parent
0efbbad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/SendMail.php
View file @
a7ae30f9
...
...
@@ -129,11 +129,11 @@ class SendMail {
}
if
(
!
empty
(
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_CC
]))
{
$args
[]
=
'-cc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_CC
]
.
'"'
;
;
$args
[]
=
'-cc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_CC
]
.
'"'
;
}
if
(
!
empty
(
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]))
{
$args
[]
=
'-bcc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
];
$args
[]
=
'-bcc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]
.
'"'
;
;
}
if
(
!
empty
(
$mailConfig
[
SENDMAIL_TOKEN_SUBJECT
]))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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