This commit is contained in:
J0WI 2022-09-18 11:46:10 +09:00 committed by GitHub
commit 314004fed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class MailSender {
public function setConnectionSettings($host, $user, $pass, $serverEmail) {
$this->mailOptions['from'] = $serverEmail;
$this->mailOptions['fromName'] = 'OpenSupports';
$this->mailOptions['fromName'] = Setting::getSetting('title')->getValue();
$this->mailOptions['smtp-host'] = $host;
$this->mailOptions['smtp-user'] = $user;