mediawiki wants to send mail but its library isn't installed

Status
Not open for further replies.

mune7258

New Member
Messages
2
Reaction score
0
Points
0
When a user creates a new account a confirmation e-mail is sent to the address he gave.

To do this the wiki (mediawiki) rely on "Mail.php" which is in the PEAR library.

The library isn't present noe is it possible to install via the Cpanel.

How to do it?

Thanks
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Please add the following line to the bottom of your MediaWiki's LocalSettings.php file:
Code:
$wgSMTP = false;

That should force MediaWiki to use sendmail (which is enabled on x10) instead of PEAR's Mail.php
 

mune7258

New Member
Messages
2
Reaction score
0
Points
0
Please add the following line to the bottom of your MediaWiki's LocalSettings.php file:
Code:
$wgSMTP = false;
That should force MediaWiki to use sendmail (which is enabled on x10) instead of PEAR's Mail.php

Thanks, this worked!!! :biggrin:

(While waiting, I tried another method I found in this forum byt with no luck.)

Thanks
 
Status
Not open for further replies.
Top