Ive set my email forwarding to 'pipe to a program' to "/home/mysite/public_html/file_receiver.php" but nothing is happening. If I run the php through a browser window
http://mysite.x10host.com/file_receiver.php it runs as requested - simple test of add a record (timestamp) to a database.
Ive added #!/usr/bin/php -q to line 1 of my code
Ive changed file_receiver/php permissions to 755
script still does not run
I cant help feeling its to do with the pipe address, but I have tried so many combinations.
Is there something obvious that I am not seeing?
Thanks in advance.