Bulk email notifications API for social networking site

Posted by goombaloon on Stack Overflow See other posts from Stack Overflow or by goombaloon
Published on 2010-04-12T18:29:18Z Indexed on 2010/04/12 18:33 UTC
Read the original article Hit count: 590

Filed under:
|

I'm looking to build a social networking site that notifies followers of a particular user when new content has been posted by that user. Since the hope is that the site will eventually have thousands of users with thousands of followers, I'd prefer to use an outside product/service to send the emails rather than building the functionality into the application and dealing with scalability issues.

I've looked at MailChimp and a few others out there. Since my use case isn't really email campaigns, these providers don't seem like the right solution. In fact, MailChimp support confirmed for me that my scenario doesn't fit for them.

I'm sure others have run into this same requirement. What are others out there using? I'm using .NET so would like to target something that has a .NET wrapper if possible.

Any advice would be most appreciated!

© Stack Overflow or respective owner

Related posts about email

Related posts about asp.net-mvc