When I run phpMailNotification.php I get the following error, and nothing happens:
Content-type: text/html
X-Powered-By: PHP/4.3.11
127.0.0.1, 110<b>
, 110<b>
<br />
<b>Warning</b>: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in <b>/www/phpmail/phpMailNotification.php</b> on line <b>161</b><br />
<br />
<b>Warning</b>: fsockopen(): unable to connect to :110 in <b>/www/phpmail/phpMailNotification.php</b> on line <b>161</b><br />
Can't check @ account.<b>
My config looks like this:
127.0.0.1;username;****;nospam@gmail.com;%new%/%total% @ %account%;%emails%;
And my MNOTIFY_CFG_PATH looks like
define("MNOTIFY_CFG_PATH", "/www/phpmail/");
Any help would be much appreciated.