Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
42bad98e
Commit
42bad98e
authored
Dec 01, 2021
by
Arnaud Pauget
Browse files
fix(18442) : add informations to display html in mail
parent
cc066ab4
Pipeline
#14709
failed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dependency/notification/Adapter/Mailer/Notification.php
View file @
42bad98e
...
...
@@ -76,6 +76,8 @@ class Notification implements \dependency\notification\NotificationInterface
$mail
->
SMTPAuth
=
$this
->
mailSMTPAuth
;
$mail
->
SMTPSecure
=
$this
->
mailSMTPSecure
;
$mail
->
SMTPAutoTLS
=
$this
->
mailSMTPAutoTLS
;
$mail
->
CharSet
=
"utf-8"
;
$mail
->
IsHTML
(
true
);
if
(
empty
(
$receivers
))
{
$mail
->
addAddress
(
$this
->
mailAdminReceiver
);
...
...
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