1
0
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:
valentina 2024-07-02 11:15:37 +02:00
parent 776edd6044
commit 49a8c53adf

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