[Mediawiki-l] User-to-User eMail NOT functioning

Robert Chaney rchaney at adaptisinc.com
Fri Jun 9 15:54:32 UTC 2006


On an inhouse installation of MediaWiki 1.5.6 I am unable to get the
user-to-user email to work.

Password notification works. Email verification notification works.
Watchlist change notifications work.

User-to-User mail reports a successful send, but mail is never received.

the relevant file settings:
In php.ini ::

[mail function]
; For Win32 only.
SMTP = CHXXXXX
smtp_port = 25

; For Win32 only.
sendmail_from = systest at axxxxxxx.com

In localsettings.php ::

$wgEnableEmail = true;
$wgEnableUserEmail = true;
## this should limit only logged in users to edit pages HK 2/20/06
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = true;

$wgEmergencyContact = "no_reply at axxxxxxx.com";
$wgPasswordSender	= "no_reply at axxxxxxx.com";

When I add the $wgSMTP array to LocalSettings.php, I receive:

"Fatal error: Class 'Mail' not found in C:\Program
Files\xampp\php\pear\Mail\mail.php on line 26"

Does anyone have clue about what I have missed? Thanks .. Bob


Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential privileged and/or exempt from disclosure under applicable law.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.






More information about the MediaWiki-l mailing list