Hi,
My host mail server is Exim.
I have a mail forward to a pipe:
"|php -q /path/to/script.php"
The thing is I don't know how to retrieve the message in the script.php that is being parsed by the mail server.
I tried to check GET, POST and ENVIRONMENT variables and none of them had the message content!
How do we get every single argument passed on to the PHP script?
Many thanks,
Jorge
admin@webfroggie.com