Revision: 20929
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20929
Author: sigurdne
Date: 2010-01-05 21:24:38 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Fix:plugindir
Modified Paths:
--------------
people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
2010-01-05 21:23:34 UTC (rev 20928)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
2010-01-05 21:24:38 UTC (rev 20929)
@@ -30,6 +30,7 @@
{
parent::__construct(true); // enable exceptions
$this->IsSMTP(true);
+ $this->PluginDir = PHPGW_INCLUDE_ROOT .
'/phpgwapi/inc/phpmailer/';
$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->SMTPAuth =
isset($GLOBALS['phpgw_info']['server']['smtpAuth']) &&
$GLOBALS['phpgw_info']['server']['smtpAuth'] == yes ? true : false;
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs