Teammates,
On a Windows 2008 server, using MediaWiki v1.19.2, we are having troubles getting the Email Confirmation mechanism to work. A message is displayed that the confirmation was sent, however it never comes to the email address it was sent to. I believe it is the script UserMailer.php.
Does anyone have any ideas about how I could debug where the email problem lies ?
I can send an email using a php script evoked through the browser. It is a simple script like this that arrives correctly.
<? phpinfo(); mail ("user1@domain.com", "Test", "Hi from PHP!", "Bcc: user2@domain.com\r\n\r\nSending email from PHP.\r\n"); ?>
thx, Lori