PHP Mail (on mediawiki)

arathra

Perch
Does the current PHP installation support mail? I am trying to get mediawiki to send mail and it returns the error:

Warning: usermailer(Mail.php) [function.usermailer]: failed to open stream: No such file or directory in D:\hshome\xxxxxx\wiki\includes\UserMailer.php on line 82

Fatal error: usermailer() [function.require]: Failed opening required 'Mail.php' (include_path='D:\hshome\xxxxxx\wiki;D:\hshome\xxxxxx\wiki/includes;D:\hshome\xxxxxx\wiki/languages') in D:\hshome\xxxxxx\wiki\includes\UserMailer.php on line 82

One suggestion was that the php doesn't support mail. Any other suggestions welcome!
 
This looks like a case of a missing file, not a php mail problem. Make sure the Mail.php file is where the error is saying it should be.

I use php to send mail on quite a few sites. You'll need to configure SMTP authentication, otherwise you're restricted to sending mail to accounts hosted at JodoHost.

Tim
 
Back
Top