|
|
| |
1. is it possible to parse piped emails |
|
Reply |
|
|
 rgb | 2013-02-14 07:30:36 |
/* Read a message from a string instead of a file */
/* 'Data'=>'My message data string', */
could this work for email piping
reading from $stdin |
| |
2. Re: is it possible to parse piped emails |
|
Reply |
|
|
 Manuel Lemos | 2013-02-14 09:58:00 - In reply to message 1 from rgb |
| You just need to set the 'File' parameter to 'php://stdin' . |
|