phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.mailer_smtp.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.mailer_smtp.inc.php
Date: Mon, 04 Sep 2006 03:25:34 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/04 03:25:34

Modified files:
        inc            : class.mailer_smtp.inc.php 

Log message:
        hard code ports

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.mailer_smtp.inc.php?cvsroot=phpgwapi&r1=1.5&r2=1.6

Patches:
Index: class.mailer_smtp.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.mailer_smtp.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- class.mailer_smtp.inc.php   3 Sep 2006 11:14:42 -0000       1.5
+++ class.mailer_smtp.inc.php   4 Sep 2006 03:25:34 -0000       1.6
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage communication
-       * @version $Id: class.mailer_smtp.inc.php,v 1.5 2006/09/03 11:14:42 
skwashd Exp $
+       * @version $Id: class.mailer_smtp.inc.php,v 1.6 2006/09/04 03:25:34 
skwashd Exp $
        */
 
        /**
@@ -29,8 +29,8 @@
                function mailer_smtp()
                {
                        $this->IsSMTP(true);
-                       $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_server'];
-                       $this->Port = 
$GLOBALS['phpgw_info']['server']['smtp_port'];
+                       $this->Host = '127.0.0.1'; 
//$GLOBALS['phpgw_info']['server']['smtp_server'];
+                       $this->Port = 25; 
//$GLOBALS['phpgw_info']['server']['smtp_port'];
                        $this->Version = 'custom - phpGroupWare 1.73';
                }
        }




reply via email to

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