If I wanted to build an application that gave people "custom" email addresses (like posterous or flickr email for sending content) for use within my web app, is there a开发者_C百科n application, webservice or specific server that someone could recommend for me to build my code against?
It seems like setting something up like smartermail,and then having an agent poll several thousand accounts every 10 min or so would be a rather unscalable method..?
Thanks!
You might want to look into DeployHQ from AtechMedia, it's currently in beta but seems to work quite well and their other apps have been very reliable.
It provides email access both to and from your app via an API, it should work well for your situation.
You can setup your mail server to forward all email to a single address, then check that address and look at the To:
header on the emails.
精彩评论