If php mail() is sending to an email address within my domain... it works.
If php mail() is sending to an email address outside of my domain it doesn't work.
I tried the little php mail() test script and it did not come back with any error, and asks "did you get it". Answer: Yes if my domain... And No if any other domain.
Running on cpanel.
Edit----- php mail() has sent to email addresses of other domains, I have confirmations from testing the setup on my main ISP email address which is not my domain. So it worked before but now it doesn't.
Any thoughts?
On another topic:
Cron is not working, Bounce.cgi is not working.
I just found another one of your handy scripts, the one that finds wget..... Here's the result:
"Warning: shell_exec() has been disabled for security reasons in /home/liberate/public_html/findwget.php on line 2"
So I guess we know why cron and bounce.cgi are not working!!
I have read in the forum about putting a copy of wget on your domain..... Where do I find a copy of wget???
The sticky message about wget being disable by host has a different cron..
57 23 * * * curl -o /dev/null
http://example.com/mail/dailymail.php?pw=YOURPASS 2> /dev/null
So I am runnng it now. Edit..... I used cpanel's latest visitor log to find out the time on the host server. Looks like PST. Based on the time on the server I reset the Cron for 10 minutes later. Waited and did not receive a cron update email. Dailymail shows that cron has not run.
What about bounce.cgi ? Is there a work-a-round for to get bounce.cgi to work with out wget?
Thanks
Tom