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
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to