PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a very simple email using mail() that works fine on my dev server and on a hosted site but not with my latest host.
They can't tell me what's going wrong at all and I'm at a loss!!
Is there any way to debug what's not working for mail()?
I.e. where it's going, what it's looking for etc.
php.ini points to sendmail ok by the way.
My host tells me they use exim, but this shouldn't make a difference, should it?