Fix verifica SMTP

This commit is contained in:
valentina 2024-07-02 11:15:37 +02:00
parent 776edd6044
commit 49a8c53adf
1 changed files with 1 additions and 1 deletions

View File

@ -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'));