mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix invitation from address
This commit is contained in:
@@ -145,6 +145,8 @@ class Email extends Record implements
|
||||
|
||||
if ($fromAddress) {
|
||||
$this->applySmtpHandler($user->getId(), $fromAddress, $smtpParams);
|
||||
|
||||
$smtpParams['fromAddress'] = $fromAddress;
|
||||
}
|
||||
|
||||
return SmtpParams::fromArray($smtpParams);
|
||||
|
||||
Reference in New Issue
Block a user