mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Bugfix della classe Mail
This commit is contained in:
parent
c8edbc42c0
commit
1256c2fea9
@ -17,8 +17,8 @@ class Mail extends PHPMailer
|
|||||||
$config = [
|
$config = [
|
||||||
'host' => Settings::get('Server SMTP'),
|
'host' => Settings::get('Server SMTP'),
|
||||||
'username' => Settings::get('Username SMTP'),
|
'username' => Settings::get('Username SMTP'),
|
||||||
|
'password' => Settings::get('Password SMTP'),
|
||||||
'port' => Settings::get('Porta SMTP'),
|
'port' => Settings::get('Porta SMTP'),
|
||||||
'port' => Settings::get('Password SMTP'),
|
|
||||||
'secure' => Settings::get('Sicurezza SMTP'),
|
'secure' => Settings::get('Sicurezza SMTP'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user