The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    *ot* I Need Help With Php Mailer!!! *ot*

    Discussion in 'Panasonic' started by Rob, Apr 5, 2010.

  1. Rob

    Rob Toughbook Aficionado

    Reputations:
    450
    Messages:
    3,941
    Likes Received:
    61
    Trophy Points:
    116
    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"
    );
     
  2. Rob

    Rob Toughbook Aficionado

    Reputations:
    450
    Messages:
    3,941
    Likes Received:
    61
    Trophy Points:
    116
    EDIT: Please delete