/[openfoncier]/branches/3.14.0-b13/obj/utils.class.php
ViewVC logotype

Diff of /branches/3.14.0-b13/obj/utils.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 531 by nhaye, Mon Oct 22 16:21:15 2012 UTC revision 532 by nhaye, Tue Oct 23 10:43:49 2012 UTC
# Line 525  class utils extends application { Line 525  class utils extends application {
525                    
526          //          //
527          $mail->IsSMTP();          $mail->IsSMTP();
528    
529            $mail->SMTPAuth = true; // enable SMTP authentication
530            $mail->SMTPSecure = "tls";
531          $mail->Username = $this->mail_config["mail_username"];          $mail->Username = $this->mail_config["mail_username"];
532          $mail->Password = $this->mail_config["mail_pass"];          $mail->Password = $this->mail_config["mail_pass"];
533          if ($this->mail_config["mail_username"] == '') {          if ($this->mail_config["mail_username"] == '') {

Legend:
Removed from v.531  
changed lines
  Added in v.532

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26