I need to receive SMTP mail and pipe it to a program. Can the IIS SMTP server deliver mail to a script or program?
I've looked on 2008 R2, but don't see an option for this.
EDIT: This is for a company which processes orders via email. I need to pipe those emails to a script which processes the order. I can think of a few ways to accomplish this in the UNIX world, but would prefer a Windows solution for this project.