PHP Classes

is it possible to parse piped emails

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  is it possible to parse piped emails  >  (Un) Subscribe thread alerts  
Subject:is it possible to parse piped emails
Summary:$stdin piped emails
Messages:2
Author:rgb
Date:2013-02-14 07:30:36
Update:2013-02-14 09:58:00
 

 


  1. is it possible to parse piped emails   Reply   Report abuse  
Picture of rgb 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   Report abuse  
Picture of Manuel Lemos 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' .