Add option to disable SMTP auth

Closes #61
This commit is contained in:
Boris Gulay
2020-06-01 16:34:19 +03:00
parent cb7936bf71
commit 072ef65fdf
7 changed files with 64 additions and 11 deletions

View File

@@ -54,8 +54,14 @@ $labels['form.smtp.tls'] = 'Безопасное подключение (TLS)';
// Port
$labels['form.smtp.port'] = 'Порт';
// Authorization required
$labels['form.smtp.auth'] = 'Требуется авторизация';
// Authorization
$labels['form.smtp.auth'] = 'Авторизация';
// As IMAP
$labels['form.smtp.auth.imap'] = 'Как IMAP';
// None
$labels['form.smtp.auth.none'] = 'Нет';
// Errors