mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update add_mail_acc.js
This commit is contained in:
parent
71312f5000
commit
ff8aa6a452
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ $(document).ready(function() {
|
|||
$('#td_smtp_encryption').html('STARTTLS');
|
||||
break;
|
||||
case 'ssl':
|
||||
$('#td_imap_port').html('993');
|
||||
$('#td_imap_port').html('995');
|
||||
$('#td_imap_encryption').html('SSL / TLS');
|
||||
$('#td_smtp_port').html('465');
|
||||
$('#td_smtp_encryption').html('SSL / TLS');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue