mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-10 06:35:54 +01:00
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
Block a user