Menu

#59 PHP Mailer Settings

version 0.8
closed
1
2014-08-15
2014-02-10
Anonymous
No

Thanks for developing such a great tool! Can you tell me where I should set my SMTP details for PHP Mailer, I've had a dig around and can't easily identify where they go and there is nothing in install.txt Any help much appreciated.

Discussion

  • Miha Petkovsek

    Miha Petkovsek - 2014-02-11
    • status: open --> closed
     
  • Miha Petkovsek

    Miha Petkovsek - 2014-02-11

    Hi, in next verso this will be under administration, for now you have to do it manually. Under functions/functions-mail.php search for all $pmail = new PHPMailer(true); and add the following entries for SMTP:

    $pmail->isSMTP();
    //server
    $pmail->Host = '<IP>';
    $pmail->Port = '<port>';
    //auth or not?
    $pmail->SMTPAuth = true;
    $pmail->Username = '<smtp_username>';
    $pmail->Username = '<smtp_password>';
    

    Or update to latest dev version and you can set this via GUI.

    brm

     
  • Anonymous

    Anonymous - 2014-02-12

    Thanks very much!

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB