Parent Directory | Revision Log | 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"] == '') { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |