Skip to content
Snippets Groups Projects
Commit 950fd656 authored by Adel Ben Yacoub's avatar Adel Ben Yacoub Committed by Adam Shepherd
Browse files

Issue #3281130 by adel-by, gilbertdelyon, AdamPS, lamp5: Allow sending...

Issue #3281130 by adel-by, gilbertdelyon, AdamPS, lamp5: Allow sending back-compatibility email with empty "To"
parent 1c4c5b6e
Branches
Tags
1 merge request!28Issue #3281130: Allow sending back-compatibility email with empty "To"
......@@ -82,7 +82,7 @@ class MailManagerReplacement extends MailManager {
'id' => $module . '_' . $key,
'module' => $module,
'key' => $key,
'to' => $to,
'to' => $to ?: null,
'langcode' => $langcode,
'params' => $params,
'reply-to' => $reply,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment