Fix verifica SMTP
This commit is contained in:
parent
776edd6044
commit
49a8c53adf
|
@ -108,7 +108,7 @@ switch (filter('op')) {
|
|||
}
|
||||
|
||||
// Controllo sulla verifica
|
||||
if (!empty($check_email['smtp-check'])) {
|
||||
if (!empty($check_email['valid-format'])) {
|
||||
flash()->info(tr('SMTP email verificato'));
|
||||
} else {
|
||||
flash()->warning(tr('SMTP email non verificato'));
|
||||
|
|
Loading…
Reference in New Issue