Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2023-01-28 12:43:11 +02:00

View File

@@ -267,6 +267,10 @@ class Account implements AccountInterface
->withAuthMechanism($this->entity->getSmtpAuthMechanism());
}
if ($this->entity->getFromName()) {
$smtpParams = $smtpParams->withFromName($this->entity->getFromName());
}
$handlerClassName = $this->entity->getSmtpHandlerClassName();
if (!$handlerClassName) {