I have some code which sends an email to a recipient, but it is not working. I have checked the smtp host and port in the PHP.ini file and both are correct, I have also contacted my provider and know the smtp host and port are also the correct ones.
I am getting an error on apache's error log stating that it could not connect to smtp host on port 25. Notice that I am using the smtp host name, I can also ping it so I know I can get to it.
At one point, the emailing function worked, but it has now stopped working; not sure what the problem might be. I have actually created a mailtest.php with some very basic code to no avail.
I would like to know if you have any suggestions, please send me an email at anye@caripito.com. I do appreciate it.
Angelo