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




_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to