1
vote
3answers
234 views
Pipe incoming email to a script on Windows IIS SMTP?
I have a web application running on Windows IIS. This app has a database where each item has a unique key (1, 2, 3...), and a list of email addresses (among other things).
I would like user …
