mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 22:19:26 +01:00
Bugfix mail: nome mittente
This commit is contained in:
parent
772b73718d
commit
a253632cdd
@ -198,7 +198,7 @@ class Mail extends PHPMailer\PHPMailer\PHPMailer
|
||||
}
|
||||
|
||||
$this->From = $config['from_address'];
|
||||
$this->FromName = $_SESSION['from_name'];
|
||||
$this->FromName = $config['from_name'];
|
||||
|
||||
$this->WordWrap = 78;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user