[Mediawiki-l] Email setup

Simon Renshaw simon at castortech.com
Mon Jun 5 19:42:15 UTC 2006


Forgot to put my settings in the other email so here they are.

This is what I have:

$wgEmergencyContact = "wiki at castortech.com";
$wgPasswordSender	= "wiki at castortech.com";
$wgEnableEmail = true;
$wgEnableUserEmail = true;

$wgSMTP = array(
 'host'     => "smtp.globetrotter.net",
 'IDHost'   => "castortech.com",
 'port'     => 25,
 'auth'     => false,
 );


-----Original Message-----
From: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Andrew Lowe
Sent: 4 juin, 2006 21:06
To: MediaWiki announcements and site admin list
Subject: Re: [Mediawiki-l] Email setup

Simon,
	I'm not a PHP hacker so I don't know the ins & outs of " Vs '. I
just copied what was in includes/DefaultSettings.php under SMTP Mode
into the LocalSettings.php file, with appropriate formatting and values,
and it worked. Cut & Paste your relevant entries in an email to the list
so we can see what you've tried. I assume you have also set:




More information about the MediaWiki-l mailing list