Ask HN: RSS to Email Services
6 comments
I have thought a lot about this whole email-based service thing and its viability as a business. I'm not sure its something I'd want to go into.
I made something that is uses email for 95% of my interactions with it. It allows me to remove some friction between email and other activities by setting up forwarding addresses that can be configured to do one of three things:
1) Forward a receipt to a unique address that will convert the receipt to a pdf and forward the pdf as an attachment on to our bookkeeper.
2) Forward any email to a unique address and my tool will post the email + attachments to a Campfire room that is associated with the unique address.
3) Forward any email + attachments to a unique address and the email will be converted to PDF, then posted with the attachments to a folder in my Dropbox account that I associated with the address.
It is incredibly useful. It saves me and my people minutes of time every day and I've considered releasing it to the masses.
Here's the rub...I'm not interested in just giving it away since its a set it and "it just works" solution, so advertising is unlikely to cover hosting, let alone support or ongoing development. People may pay for it, but there are too many examples of mostly email-based services going belly up.
I believe these email-type services are just hard to monetize, even if they are useful and in demand. It is hard to keep something going when each new user means more money down the tube.
I made something that is uses email for 95% of my interactions with it. It allows me to remove some friction between email and other activities by setting up forwarding addresses that can be configured to do one of three things:
1) Forward a receipt to a unique address that will convert the receipt to a pdf and forward the pdf as an attachment on to our bookkeeper.
2) Forward any email to a unique address and my tool will post the email + attachments to a Campfire room that is associated with the unique address.
3) Forward any email + attachments to a unique address and the email will be converted to PDF, then posted with the attachments to a folder in my Dropbox account that I associated with the address.
It is incredibly useful. It saves me and my people minutes of time every day and I've considered releasing it to the masses.
Here's the rub...I'm not interested in just giving it away since its a set it and "it just works" solution, so advertising is unlikely to cover hosting, let alone support or ongoing development. People may pay for it, but there are too many examples of mostly email-based services going belly up.
I believe these email-type services are just hard to monetize, even if they are useful and in demand. It is hard to keep something going when each new user means more money down the tube.
This is usually where a HNer comes in and says they're working on this kind of idea.
And wouldn't you know it -- hey, I'm working on this idea!
And wouldn't you know it -- hey, I'm working on this idea!
Yes -- I want this too!
I actually don't think it would be very hard to get a first version which does the job well...
- Auth: Registration (with email verification, and OpenID/OAuth), Login, Logout
- DB: Users, Feeds, ...
- Feed crawler
- Mail sending: Instantly or digests (configurable intervals), properly setup email server or proxy
- Simple web-interface that gets out of the way. It's a simple job, after all.
- ?
If enough people want something like this and vote this post up, I would give it a shot over the weekend and put the code up for everyone to improve/fork/whatever.
I actually don't think it would be very hard to get a first version which does the job well...
- Auth: Registration (with email verification, and OpenID/OAuth), Login, Logout
- DB: Users, Feeds, ...
- Feed crawler
- Mail sending: Instantly or digests (configurable intervals), properly setup email server or proxy
- Simple web-interface that gets out of the way. It's a simple job, after all.
- ?
If enough people want something like this and vote this post up, I would give it a shot over the weekend and put the code up for everyone to improve/fork/whatever.
Mailchimp has something like this. It's a god send if you've got a constant updates, a bit of css knowledge and a readership.
I'm looking for something that I, as a subscriber, can use to convert RSS to email.
I know that there's already tons of mass email tools for bloggers.
I know that there's already tons of mass email tools for bloggers.
There's no reason you can't use MailChimp, sending to a list of one subscriber. It's free, too.
Jeez, why didn't I think of that?
http://www.mailchimp.com/kb/article/what-is-an-rss-to-email-...
http://www.mailchimp.com/kb/article/what-is-an-rss-to-email-...
I made a simple ruby script to do that a couple years ago. It's available here: https://github.com/caffo/rssdigest
Summify seems to be doing something like this.
http://summify.com/
The only surviving service that does this seems to be: http://www.feedmailer.net/
All the other supposedly better ones have gone defunct.
So, my question is, is this a product that's just hard to monetize, or is this a product that there's genuinely no demand for? I would expect to see dozens of services for this, like there are for url shorteners.