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' => "[email protected]",
'password' => "Password_here"
);
-
EDIT: Please delete
*ot* I Need Help With Php Mailer!!! *ot*
Discussion in 'Panasonic' started by Rob, Apr 5, 2010.