fix from name

This commit is contained in:
Yuri Kuznetsov
2023-01-13 16:32:00 +02:00
parent 3bef6d8e84
commit 791c172c7a
+1 -1
View File
@@ -387,7 +387,7 @@ class SendService
return [null, null];
}
$smtpParams->withFromName($user->getName());
$smtpParams = $smtpParams->withFromName($user->getName());
return [$smtpParams, $personalAccount];
}