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:
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
Block a user