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…
Reference in New Issue