|
|
|
|
|
| =__('Username')?>: |
example@=htmlentities(trim($v_domain, "'"))?> |
| =__('Password')?>: |
****** |
| =__('IMAP hostname')?>: |
=$hostname?> |
| =__('IMAP port')?>: |
143 |
| =__('IMAP security')?>: |
=__('STARTTLS')?> |
| =__('IMAP auth method')?>: |
=__('Normal password')?> |
| =__('SMTP hostname')?>: |
=$hostname?> |
| =__('SMTP port')?>: |
587 |
| =__('SMTP security')?>: |
=__('STARTTLS')?> |
| =__('SMTP auth method')?>: |
=__('Normal password')?> |
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
$webmail = "http://".$http_host."/webmail/";
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
?>
| =__('Webmail URL')?>: |
|
|