Page 1 of 1

I need help with Media WIKI SMTP email settings!

Posted: Mon Apr 05, 2010 11:42 am
by Rob
So scratch the PHP Mailer program. Apprently the Media WIKI program supports SMTP Auth via the script below:

I've added this script to the END of the localsettings.php file for the website. I've tested it out via sending another email and it just goes to a white screen with nothing on it and I never get the email

$wgSMTP = array(
'host' => "smtp.toughbooktalk.com",
'IDHost' => "smtp.toughbooktalk.com",
'port' => 25,
'auth' => true,
'username' => "donotreply@toughbooktalk.comcastbiz.net",
'password' => "Password_here"
);

Re: I need help with Media WIKI SMTP email settings!

Posted: Mon Apr 05, 2010 7:47 pm
by nine
rob

are you actually using dontreply@...., or did you just substitue that for the posting? the username probably needs to be whatever your comcast username is.

nine

Re: I need help with Media WIKI SMTP email settings!

Posted: Tue Apr 06, 2010 10:00 am
by Rob
That's my actual email man... I've got all the auth settings right because It works with my SANS, Router and toughbooktalk just fine.