File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
mailServer/templates/mailServer Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ <h4>{% trans "Details To Configure Mail Clients" %}</h4>
8585 < td > {% trans "Port" %}</ td >
8686 < td > 110</ td >
8787 </ tr >
88+ < tr >
89+ < td > {% trans "Port" %}</ td >
90+ < td > 995 (SSL)</ td >
91+ </ tr >
8892 < tr >
8993 < td > {% trans "SSL" %}</ td >
9094 < td > STARTTLS</ td >
@@ -108,6 +112,10 @@ <h4>{% trans "Details To Configure Mail Clients" %}</h4>
108112 < td > {% trans "Port" %}</ td >
109113 < td > 143</ td >
110114 </ tr >
115+ < tr >
116+ < td > {% trans "Port" %}</ td >
117+ < td > 993 (SSL)</ td >
118+ </ tr >
111119 < tr >
112120 < td > {% trans "SSL" %}</ td >
113121 < td > STARTTLS</ td >
@@ -129,7 +137,15 @@ <h4>{% trans "Details To Configure Mail Clients" %}</h4>
129137 </ tr >
130138 < tr >
131139 < td > {% trans "Port" %}</ td >
132- < td > 587</ td >
140+ < td > 25</ td >
141+ </ tr >
142+ < tr >
143+ < td > {% trans "Port" %}</ td >
144+ < td > 587 (SSL)</ td >
145+ </ tr >
146+ < tr >
147+ < td > {% trans "Port" %}</ td >
148+ < td > 465 (SSL)</ td >
133149 </ tr >
134150 < tr >
135151 < td > {% trans "SSL" %}</ td >
You can’t perform that action at this time.
0 commit comments