1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-22 20:09:58 +01:00

Bugfix della classe Mail

This commit is contained in:
Thomas Zilio 2017-09-14 12:51:34 +02:00
parent c8edbc42c0
commit 1256c2fea9

View File

@ -17,8 +17,8 @@ class Mail extends PHPMailer
$config = [
'host' => Settings::get('Server SMTP'),
'username' => Settings::get('Username SMTP'),
'password' => Settings::get('Password SMTP'),
'port' => Settings::get('Porta SMTP'),
'port' => Settings::get('Password SMTP'),
'secure' => Settings::get('Sicurezza SMTP'),
];