From 1467b79f5565f4ca907a9468f1924c59940aa36b Mon Sep 17 00:00:00 2001 From: pierrepomes Date: Sat, 17 Apr 2010 20:27:58 -0400 Subject: Use FQDN for HELLO SMTP command. Ticket #443 --- etc/inc/notices.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc index d2cf505..51605db 100644 --- a/etc/inc/notices.inc +++ b/etc/inc/notices.inc @@ -297,6 +297,7 @@ function notify_via_smtp($message) { $smtp->ssl = 0; $smtp->debug = 0; $smtp->html_debug = 0; + $smtp->localhost=$config['system']['hostname'].".".$config['system']['domain']; if($config['notifications']['smtp']['fromaddress']) $from = $config['notifications']['smtp']['fromaddress']; -- cgit v1.1