Sandy Ryan wrote:
>  
> 
> Says PHP Fatal error:  require_once(): Failed opening required 'Mail.php'
> But I'm using an external mailserver not pear.. which isn't even on the
> system
> 
> Thank you,
> Sandy Ryan,  

MediaWiki uses PEAR Mail to connect directly to an external mailserver.
So if you have set $wgSMTP, you need to install PEAR mail package.
Else, you can leave $wgSMTP = false; so it uses the internal php mail()
function.


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to