mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03313
[Bug 768466] Re: lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.
When encryption is in use, user should know that it might be required to
specify the port as well if it is different from standard and the more
strightforward way to let user know about that is to include the
information to encryption setting help as well (that is what I did
intentionally). Do you think guys we have to remove it?
--
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:
Confirmed
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