IT/Software/Web Applications/MediaWiki: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) m (Walttheboss moved page IT/Software/Applications/Web Applications/MediaWiki to IT/Software/Web Applications/MediaWiki without leaving a redirect: Eliminated a layer) |
Walttheboss (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
You are looking at it. | You are looking at it. | ||
===Email Config=== | |||
It is hard to set this up. | |||
There is no page to input this in a gui. | |||
It is all done in the localsettings.php file in the software. | |||
The settings in the file are ok but to use secure email you need one trick. | |||
$wgSMTP = [ | |||
<code> 'host' => 'mail.example.com', ''// could also be an IP address. Where the SMTP server is located. If using SSL or TLS, add the prefix "ssl://" or "tls://".'' | |||
<br /> | <br /> | ||
</code> | |||
putting ssl://sl-507-7.slc.westdc.net as the host will allow using our SMTP server. | |||
You will still not get a copy in your sent folder. |
Latest revision as of 08:21, 20 September 2021
You are looking at it.
Email Config
It is hard to set this up.
There is no page to input this in a gui.
It is all done in the localsettings.php file in the software.
The settings in the file are ok but to use secure email you need one trick.
$wgSMTP = [
'host' => 'mail.example.com', // could also be an IP address. Where the SMTP server is located. If using SSL or TLS, add the prefix "ssl://" or "tls://".
putting ssl://sl-507-7.slc.westdc.net as the host will allow using our SMTP server.
You will still not get a copy in your sent folder.