-
Website
http://www.techniqal.com/blog -
Original page
http://www.techniqal.com/blog/2005/11/14/how-to-run-a-script-from-email/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
tarable
2 comments · 3 points
-
Daniel
6 comments · 1 points
-
color_chart
1 comment · 0 points
-
daonb
1 comment · 1 points
-
mp4 to dvd
2 comments · 1 points
-
-
Popular Threads
The benefit to the method I describe here, is that you don't have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in.
If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .
Hope that helps.