Hi,
This is purely a server issue - basically your server refuses to send to anyone outside the domain from PHP.
You can probably get around this by setting 'sendmail_from' in the 'php.ini' file to a valid email address in the domain. If you don't have access to php.ini, you get FormMail to set this by changing:
toPHP Code:
define("INI_SET_FROM",false);
But read documentation above that setting for full details (around line 1437 in formmail.php).PHP Code:
define("INI_SET_FROM",true);
Bookmarks