phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] had to hardcode smtp_server value


From: Chris Weiss
Subject: Re: [Phpgroupware-users] had to hardcode smtp_server value
Date: Sun, 8 Oct 2006 17:13:22 -0500

admin->email-site config->smtp server



On 10/8/06, hj. pallesen wrote:


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


_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

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