Skip to content
GitLab
Menu
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
9fd33232
Commit
9fd33232
authored
Aug 27, 2018
by
Carsten Rose
Browse files
SendMail.php: fixed typo
parent
85cdb205
Pipeline
#784
passed with stage
in 2 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/SendMail.php
View file @
9fd33232
...
...
@@ -65,7 +65,7 @@ class SendMail {
if
(
!
empty
(
$redirectAllMail
))
{
$addBody
=
"All QFQ outgoing mails are ca
tched
and redirected to you."
.
PHP_EOL
.
"Original receiver are ..."
.
PHP_EOL
;
$addBody
=
"All QFQ outgoing mails are ca
ught
and redirected to you."
.
PHP_EOL
.
"Original receiver are ..."
.
PHP_EOL
;
$addBody
.
=
'TO: '
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER
]
.
PHP_EOL
;
$addBody
.
=
'CC: '
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_CC
]
.
PHP_EOL
;
$addBody
.
=
'BCC: '
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]
.
PHP_EOL
;
...
...
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