mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 18:24:54 +02:00
Fix #245
This commit is contained in:
@@ -57,7 +57,7 @@ class Mail {
|
||||
$mail->Password = $this->_config['password'];
|
||||
|
||||
//Set who the message is to be sent from
|
||||
$mail->setFrom($this->_config['username'], $this->_config['fromName']);
|
||||
$mail->setFrom($this->_config['email'], $this->_config['fromName']);
|
||||
|
||||
//Set who the message is to be sent to
|
||||
$mail->addAddress($to, $accname);
|
||||
|
Reference in New Issue
Block a user