fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11967] API: update phpmailer version


From: Sigurd Nes
Subject: [Fmsystem-commits] [11967] API: update phpmailer version
Date: Tue, 13 May 2014 09:19:45 +0000

Revision: 11967
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11967
Author:   sigurdne
Date:     2014-05-13 09:19:45 +0000 (Tue, 13 May 2014)
Log Message:
-----------
API: update phpmailer version

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.mailer_smtp.inc.php

Modified: trunk/phpgwapi/inc/class.mailer_smtp.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.mailer_smtp.inc.php        2014-05-13 08:54:30 UTC 
(rev 11966)
+++ trunk/phpgwapi/inc/class.mailer_smtp.inc.php        2014-05-13 09:19:45 UTC 
(rev 11967)
@@ -34,7 +34,7 @@
                        $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_server'];
                        $this->Port = 
isset($GLOBALS['phpgw_info']['server']['smtp_port']) ? 
$GLOBALS['phpgw_info']['server']['smtp_port'] : 25;
                        $this->SMTPSecure = 
isset($GLOBALS['phpgw_info']['server']['smtpSecure']) ? 
$GLOBALS['phpgw_info']['server']['smtpSecure'] : '';
-                       $this->Version = 'custom - phpGroupWare 1.73';
+                       $this->Version = 'custom - phpGroupWare 5.2.7';
                        $this->CharSet = 'utf-8';
  
                        if ( 
isset($GLOBALS['phpgw_info']['server']['smtpAuth']) && 
$GLOBALS['phpgw_info']['server']['smtpAuth'] == 'yes' )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]