mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Adding options for different IMAP and SMTP configurations
This commit is contained in:
parent
a14556d486
commit
22b6ab4e2f
31 changed files with 252 additions and 13 deletions
|
@ -740,4 +740,11 @@ $LANG['en'] = array(
|
|||
'PUB_KEY' => 'PUB_KEY',
|
||||
'ISSUER' => 'ISSUER',
|
||||
|
||||
'Use server hostname' => 'Use server hostname',
|
||||
'Use domain hostname' => 'Use domain hostname',
|
||||
'Use STARTTLS' => 'Use STARTTLS',
|
||||
'Use SSL' => 'Use SSL',
|
||||
'No encryption' => 'No encryption',
|
||||
'Do not use encryption' => 'Do not use encryption',
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue