From bb933c5ff1717cb82bbb0255a1d14413fafbbd6e Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Thu, 10 Aug 2017 11:00:20 -0700 Subject: [PATCH] Updated mail server help to include new ports --- Teknik/Areas/Help/Views/Help/Mail.cshtml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/Teknik/Areas/Help/Views/Help/Mail.cshtml b/Teknik/Areas/Help/Views/Help/Mail.cshtml index 4b23e38..2120889 100644 --- a/Teknik/Areas/Help/Views/Help/Mail.cshtml +++ b/Teknik/Areas/Help/Views/Help/Mail.cshtml @@ -13,8 +13,17 @@

Mail Server Settings

At registration, each user is given an email address with 1 GB of storage space. - You can either access your email via the Web Client or by using a client of your choosing with support for IMAP(143|993) or POP3(110). + You can either access your email via the Web Client or by using a client of your choosing.

+
+
+
    +
  • SMTP:
    25 | 465 [SSL/TLS] | 587 [STARTTLS]
  • +
  • POP3:
    110 [STARTTLS Optional] | 995 [SSL/TLS]
  • +
  • IMAP:
    143 [STARTTLS Optional] | 993 [SSL/TLS]
  • +
+
+
    @@ -36,8 +45,8 @@
  • Password:
    [password]
  • More Settings
  • Requires Authentication:
    Both
  • -
  • Incoming Server:
    [IMAP] 143 (993 SSL) | [POP3] 110
  • -
  • Outgoing Server (SMTP):
    25 (465 SSL)
  • +
  • Incoming Server:
    [IMAP] 143/993 | [POP3] 110/995
  • +
  • Outgoing Server (SMTP):
    25/465/587
@@ -52,9 +61,9 @@
@@ -62,9 +71,9 @@