Bringing this one to the top again because I'm having a similar problem.
My scripting is pretty bare bones
{
mail ("$email","subject goes here","message goes here","From:info@domain.com");
}
This is an e-mail confirmation. "$email" is set by the user from a form that posts to this script. This website lives on a remote server, but the e-mail server is a local MS Exchange server.
No one appears to be getting any error messages on either end, so I'm really at a loss as to why the confirmation e-mails won't send.
There is another mail() function prior to the above in the same script which sends from the web server to the Exhange server and that part works. It's when the mail has to come from the Exchange server that the problem arises.
Please note that I am relatively new to all of this mail server stuff, so I really don't know what's going on.
Thanks in advance for any help or suggetions!