<?php
$ADDR = "name@example.com";
if (mail($ADDR,"Testing","This is a test"))
echo "Mail function succeeded<br />";
else
echo "Mail function FAILED<br />";
?>
that is ...
I am running an abyss server with PHP 5 and with ArGoSoft Mail Server, anybody know how to fix this problem?(SMTP server response: 551 User not local) PLEASE help, really desperate.