← Back to team overview

mahara-contributors team mailing list archive

[Bug 768466] Re: lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.

 

Hi Ruslan,

Now that you've made the default ports be the right ones when encryption
is on (which is awesome!), I think that Mits might be right in saying
that it's probably not necessary to have the bit about the port in the
"SMTP Encryption" help file as well.

Cheers,
Francois

** Changed in: mahara
       Status: New => Confirmed

-- 
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