mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Merge 4030976ac2b74534468cf9af7adfd9b1795db5af into 20720ca4f9175373ee8075fc18ce823707350534
This commit is contained in:
commit
314004fed5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user