diff --git a/web/templates/admin/add_mail_acc.html b/web/templates/admin/add_mail_acc.html index 2dd8c78d9..5a31a2267 100644 --- a/web/templates/admin/add_mail_acc.html +++ b/web/templates/admin/add_mail_acc.html @@ -182,44 +182,44 @@
Username: | +=__('Username')?>: | william.cage@=htmlentities($v_domain)?> | |
Password: | +=__('Password')?>: | ****** | |
IMAP hostname: | +=__('IMAP hostname')?>: | =htmlentities($v_domain)?> | |
IMAP port: | +=__('IMAP port')?>: | 143 | |
IMAP security: | -STARTTLS | +=__('IMAP security')?>: | +=__('STARTTLS')?> |
IMAP auth method: | -Normal password | +=__('IMAP auth method')?>: | +=__('Normal password')?> |
SMTP hostname | +=__('SMTP hostname')?> | =htmlentities($v_domain)?> | |
SMTP port: | +=__('SMTP port')?>: | 587 | |
SMTP security: | -STARTTLS | +=__('SMTP security')?>: | +=__('STARTTLS')?> |
SMTP auth method: | -Normal password | +=__('SMTP auth method')?>: | +=__('Normal password')?> |