I moved from one host to another...and my emails stopped sending. It still adds data to tables etc but I don't get an email....
What could possibly be the problem? I know it's probably something to do with php.ini on the server (which i dont have access to) but if I know what to ask, the host provider will do it for me....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Again, its something to do with the server configuration and not the program. If it works on one machine and not on another, that should sort of confirm the fact. Even though the mail func might be enabled, check to see if your smtp server is actually accepting mail relay from your server. And whether the mail server is configured to the correct hostname, so that other mail servers are not denying delivery from it. Also, check the log files for your mail server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I moved from one host to another...and my emails stopped sending. It still adds data to tables etc but I don't get an email....
What could possibly be the problem? I know it's probably something to do with php.ini on the server (which i dont have access to) but if I know what to ask, the host provider will do it for me....
Update : I've asked my host, and they say the PHP mail() function on the server is enabled and works.
But my problems remains....it worked on another host but not the new one.
What else could be the cause of this?
Again, its something to do with the server configuration and not the program. If it works on one machine and not on another, that should sort of confirm the fact. Even though the mail func might be enabled, check to see if your smtp server is actually accepting mail relay from your server. And whether the mail server is configured to the correct hostname, so that other mail servers are not denying delivery from it. Also, check the log files for your mail server.