I have been trying to work this one out for quite some time:
You can pipe an email address, john@doe.com for example, to a specific file found on a system. A good example would be piping to a Perl script, Perl can then read stdin and parse the file into each of it's parts (Subject, From, To etc).
I just can't figure out how to do this in PHP. Any ideas?
A tough one... Parsing an E-Mail
Moderator: General Moderators