Bugfix mail: nome mittente

This commit is contained in:
Thomas Zilio 2018-07-08 15:42:20 +02:00
parent 772b73718d
commit a253632cdd
1 changed files with 1 additions and 1 deletions

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