[Mediawiki-l] Email setup

Michael Roach michael.roach at us.lawson.com
Tue May 30 20:56:04 UTC 2006


If running on linux/unix and have sendmail, postfix or some other MTA installed, point it to your external smtp as a relay point.

Need more info about host os and software installed to help further. 




----- Original Message -----
From: Simon Renshaw [simon at castortech.com]
Sent: 05/30/2006 03:50 PM
To: mediawiki-l at Wikimedia.org
Subject: [Mediawiki-l] Email setup

Hi,

I'm trying to setup Wiki 1.6.X to use email notification.

In my LocalSettings file:

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

$wgSMTP is giving me problems.

I checked: http://www.mediawiki.org/wiki/Help:%24wgSMTP but I'm not sure
how to set it up.

Do I need that PEAR thing?

I use an external SMTP server with my backup app and I only had to tell
it the name and port of the server.

Do I only need host and port or everything? And Must I keep the "" where
they are?

$wgSMTP = array(
 'host'     => "localhost",
 'IDHost'   => "domain for MessageID",
 'port'     => 25,
 'auth'     => false,
 'username' => "my_user_name",
 'password' => "my_password"
);

Thanks!
Simon
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l





More information about the MediaWiki-l mailing list