I love what Amazon is doing with AWS, and I like this new service a lot. Plus I'm a happy customer. But damn this is all getting very complicated. First they turn off email, so you have to find a provider, then they turn it back on, but you have to pay them. Looking at my AWS console, I've got 8 or 9 tabs on there -- each representing a little piece of what I might want in an app. Each has it's own help section with…
Introducing Amazon Simple Email Service
31–40 of 177 posts
Re: Introducing Amazon Simple Email Service
#32If it works like they say, this is a godsend. Email is a royal pain and the pricing of SES is well below market rate. Postmark ( http://postmarkapp.com/ ) is similar and is $1.50 per thousand, compared to $.10 per thousand from Amazon.
Mailchimp appears to be offering unique emails from $5 per thousand! They appear to have significant discounts for emailing lists, but even at $12903 for 24.8 million emails, that's still $.52 per thousand. http://www.mailchimp.com/pricing Data transfer rates still apply for Amazon, but still... am I missing something?
Re: Introducing Amazon Simple Email Service
#33A lot of EC2 Ips are blacklisted by ISPs because people just create instances and spam away using exim/sendmail. If amazon and keep its IPs clean and also manage the service well, this is going to be THE email sending service to use.
Re: Introducing Amazon Simple Email Service
#34$0.10 per thousand in SES -> $0.0001 per email recipient // Same as in GAE.
You can send 2,000 messages for free each day when you call Amazon SES from an Amazon EC2 instance directly or through AWS Elastic Beanstalk. // Same as in GAE.
This, along with the recent AWS Elastic Beanstalk release and Amazon's intent of making Java hosting easy and without restrictions (http://news.ycombinator.com/item?id=2119104) all point to the day when I will be able to upload my Python app on GAE directly onto a pre-configured Amazon service (possibly making use of AppScale or TyphoonAE), which internally uses all these new services with free quotas.
Re: Introducing Amazon Simple Email Service
#35Compare that to AppEngine and you have to say they leave them behind in the dust. (I know it's not an Apples to Apples comparison.)
Re: Introducing Amazon Simple Email Service
#36> Start sending email in minutes through Amazon SES using the AWS software development kits for Java and .NET I've said it before, and I'll say it again: the java ecosphere in terms of libraries and resources is unparalled.
And I am both a Perl and a Java programmer.
Re: Introducing Amazon Simple Email Service
#37It seems they implemented a gradual increase of daily quota to protect themselves against spammer abuse. Here's the link to the document describing the system: http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/...
Re: Introducing Amazon Simple Email Service
#38So I was immediately looking at their REST API... And true to form, Amazon adds yet another slightly incompatible request signing method. Consistency is for wimps.
I dare you to look at the API for some of the "traditional" email service providers. I've had the displeasure of working with a few from some of the big names and they are real DailyWTF material.
http://www.jongales.com/blog/2009/10/17/constant-contacts-in...