fix invitation from address

This commit is contained in:
Yuri Kuznetsov
2021-09-30 17:15:31 +03:00
parent b3e5003e0c
commit fc9fbd25fe

View File

@@ -145,6 +145,8 @@ class Email extends Record implements
if ($fromAddress) {
$this->applySmtpHandler($user->getId(), $fromAddress, $smtpParams);
$smtpParams['fromAddress'] = $fromAddress;
}
return SmtpParams::fromArray($smtpParams);