Hi,
Suppose I could forward my mail like this:
How do I get access to the mailcontent inside the script.php?
In other words, what does php do with the file that is piped to it?
I cannot find it in the manual, because i have no clue where to look!
Thanks
Elck
Suppose I could forward my mail like this:
Code:
|/bin/sh -c '/usr/bin/php /path/to/your/script.php >> /path/to/an/outputfile.txt'
How do I get access to the mailcontent inside the script.php?
In other words, what does php do with the file that is piped to it?
I cannot find it in the manual, because i have no clue where to look!
Thanks
Elck