mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix visualizzazione account smtp non valido
This commit is contained in:
parent
6db88e76b1
commit
7b77f1de2b
@ -50,7 +50,7 @@ switch (post('op')) {
|
||||
flash()->info(tr('Sintassi email verificata'));
|
||||
} else {
|
||||
flash()->error(tr("Attenzione: l'indirizzo email _EMAIL_ sembra non essere valido", [
|
||||
'_EMAIL_' => $check_email->email,
|
||||
'_EMAIL_' => post('from_address'),
|
||||
]));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user