mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-27 15:54:23 +02:00
fix bug #95
This commit is contained in:
parent
a98d7ecdd1
commit
f09f86f7b3
@ -70,6 +70,7 @@ class MailSender {
|
||||
|
||||
$this->mailerInstance->From = $this->mailOptions['from'];
|
||||
$this->mailerInstance->FromName = $this->mailOptions['fromName'];
|
||||
$this->mailerInstance->CharSet = 'UTF-8';
|
||||
|
||||
$this->mailerInstance->isSMTP();
|
||||
$this->mailerInstance->SMTPAuth = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user