mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03296
[Bug 768466] Re: lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.
Hi Mitsuhiro, why do you think this has to be changed? It ensures that
correct post is used with chosen encryption method.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/768466
Title:
lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.
Status in Mahara ePortfolio:
New
Bug description:
lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed
as below.
[before]
<h3>SMTP Encryption</h3>
<p>If the SMTP server supports encryption, enable it here.</p>
<p>When encryption is enabled the default ports are 465 for SSL and 587 for TLS. If your settings are different from default make sure that the port setting is correct. Check correct settings with your mail service provider.</p>
<p>This field may be disabled if overridden by a setting in your config.php file.</p>
[after]
<h3>SMTP Encryption</h3>
<p>If the SMTP server supports encryption, enable it here.</p>
<p>This field may be disabled if overridden by a setting in your config.php file.</p>
References