phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] had to hardcode smtp_server value


From: hj . pallesen
Subject: [Phpgroupware-users] had to hardcode smtp_server value
Date: Sun, 8 Oct 2006 12:08:22 -0700 (MST)


There is no where under e-mail preferences that I can tell the ip address or 
dns name (localhost or whatever) of the smtp server

So I have had to hardcode class.mail_send.inc.php this way

//$smtp_server = $GLOBALS['phpgw_info']['server']['smtp_server'];
$smtp_server = 'localhost';

Is this the only way?

Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

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