1
0
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:
Thomas Zilio 2018-07-08 15:42:20 +02:00
parent 772b73718d
commit a253632cdd

View File

@ -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;
}