Hey, HNers, Here's something I would pay money for and maybe other publishers, as well. Through WindyCitizen.com, I get about 40-50 press releases a day trying to get one our writers to cover some event or celebrity appearance in Chicago. This is absurd considering our site is all user-generated content. But we're on lists somewhere and so the PR industrial complex thinks we want to hear about all their fake news. It…
Is the power of this the Gmail integration, or is the power in the list maintenance? Thinking about the MVP, it would be trivial to write a program that would login to a user's specific POP3/IMAP account, scan for messages from specific senders, and auto-respond. But how would you maintain the list of PR flunkies?
So if this were a rails app, there'd be two models. You'd have Message Templates and Senders.
Message Templates would be subject line, body, signature, and any file attachments.
A sender would consist of an e-mail address, a selected message template, and then some sending settings (how long to wait before writing back, for example). There'd be a button for a sender to be "active" or inactive. If a sender is "active" and has a message template associated with it, then when an e-mail comes in, the sender sends back the template tied to it.
Then maybe each sender would have some stats about how its performing, how many times it executed, what the open rate on those e-mails was, if there was a response etc etc.