Bugfix della classe Mail
This commit is contained in:
parent
c8edbc42c0
commit
1256c2fea9
|
@ -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'),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue