rfontaine
05-07-2006, 08:03 PM
When I attempt to send emails using:
mail('ron@somewebsite.com', 'Jack', 'this is the message I want to send', null,
'-fwebmaster@mywebsite.com');
they always bounce back with:
"A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
ron@somewebsite.com
unrouteable mail domain "somewebsite.com"
When I send mail in this way to sites located off my server, they get this error message. To sites that are on my server, they get through. Why would this be?
Thank you in advance.
mail('ron@somewebsite.com', 'Jack', 'this is the message I want to send', null,
'-fwebmaster@mywebsite.com');
they always bounce back with:
"A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
ron@somewebsite.com
unrouteable mail domain "somewebsite.com"
When I send mail in this way to sites located off my server, they get this error message. To sites that are on my server, they get through. Why would this be?
Thank you in advance.