We are sending out about 1.8 million emails per month. SES or sendgrid would be way to expensive. (~$1000). We do it from a single server (2ghz, 4gb) hosted somewhere outside of google. It costs us about $60 per month and we have a great delivery rate (spif, dkim, dedicated ip and also very important: we handle all email bounces in appengine and dont send any further email to an address if it bounces)
Our delivery rate is quite high, way beyond GAE, except for hotmail. I can highly recommend building setting up your own email server and just add a simple php script to expose a http api. Took me about a day to setup and its 20x cheaper then sendgrid. It's been running for almost a year and i never even had to login into the mailserver. it just runs super smooth. I'm monitoring it with prodeagle.com Cheers, -Andrin On Fri, Dec 2, 2011 at 2:53 AM, Vivek Puri <[email protected]> wrote: > 'Cause we like startups! > > On Dec 1, 8:19 pm, voscausa <[email protected]> wrote: > > Why Sendgrid and not AWS SES. I moved to AWS SES and it is looking veyy > > good. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
