phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18546] fix smtp auth


From: Dave Hall
Subject: [Phpgroupware-cvs] [18546] fix smtp auth
Date: Mon, 26 May 2008 14:34:50 +0000

Revision: 18546
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18546
Author:   skwashd
Date:     2008-05-26 14:34:50 +0000 (Mon, 26 May 2008)

Log Message:
-----------
fix smtp auth

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

Modified: trunk/phpgwapi/inc/class.send.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.send.inc.php       2008-05-26 14:34:11 UTC (rev 
18545)
+++ trunk/phpgwapi/inc/class.send.inc.php       2008-05-26 14:34:50 UTC (rev 
18546)
@@ -175,11 +175,11 @@
                                }
                        }
 
-                       if($GLOBALS['phpgw_info']['server']['smtpAuth'] == 
'yes')
+                       if ( $GLOBALS['phpgw_info']['server']['smtp_auth'] == 
'True' )
                        {
                                $smtp->SMTPAuth = true;
-                               $smtp->Username = 
$GLOBALS['phpgw_info']['server']['smtpUser'];
-                               $smtp->Password = 
$GLOBALS['phpgw_info']['server']['smtpPassword'];
+                               $smtp->Username = 
$GLOBALS['phpgw_info']['server']['smtp_user'];
+                               $smtp->Password = 
$GLOBALS['phpgw_info']['server']['smtp_password'];
                        }
 
                        // set a higher timeout for big messages






reply via email to

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