Bulk email sender and list management API

Posted by goombaloon on Stack Overflow See other posts from Stack Overflow or by goombaloon
Published on 2010-04-01T20:15:40Z Indexed on 2010/04/01 20:33 UTC
Read the original article Hit count: 672

I'm looking for a way to programmatically manage email lists and send large numbers of emails to these lists. The general idea would be similar to how social networking sites send email notifications when a friend posts new content. Since a user could have tens of thousands of followers, it doesn't seem realistic to send these directly from my application so I'm curious if there's a good way to handle this through a service provider. My company is using Google apps but I'm not an expert on their API. Our environment is ASP.NET MVC.

Any advice is most appreciated!

© Stack Overflow or respective owner

Related posts about email-integration

Related posts about asp.net-mvc