Sendgrid & other such senders will be shaking in their shoes now. Personally, as soon as I have more time, I'll switch to the amazon service. Also, any new app I make will use Amazons service by default. Sending email out is quite important for growth, and such services really help businesses. What impresses me about amazon is that they are not looking at what the competition is charging or trying to charge high base…
Introducing Amazon Simple Email Service
81–90 of 177 posts
Re: Introducing Amazon Simple Email Service
#82I wonder how they will respond if an account gets over the allowed threshold of spam complaints. I could see them responding either by: a) Cutting off the customer's use of Simple Email Service; or b) (Much much worse) cutting off the customer's AWS account, including EC2 and so on. I'm guessing a), but it would be nice to have assurances against b). Otherwise a false positive on the "they're using SES to spam" detec…
How would legitimate use be falsely flagged as spam in large numbers? Other than a malicious conspiracy of some sort, I don't understand why a disproportionate number of e-mail recipients would target legitimate mail as spam. Am I missing something?
For example, if your app sends out an automated email that isn't clear about what site/service it relates to, a proportion of recipients are likely to mark it as spam without reading it and figuring out who its from. Few people have time to read email that looks to them like spam.
Or, if your company or service emails its list of subscribers for the first time in months, quite likely half the list will have forgotten who you are and the fact that they opted in to your list in the first place. And a disproportionate number of them will mark your email as spam.
Or if people sign up for MyBrandedWebsite.com, but then receive an email from Software Company X (the company behind MyBrandedWebsite.com), people won't recognize the link, and a proportion will mark the email as spam. It's a rookie mistake on the part of Software Company X, but it happens all the time.
Ultimately, minimizing spam reports requires a lot more than double opt in and an unsubscribe link.
Amazon will be keen to minimize spam reports for emails sent through their system, because they'll need to ensure that their deliverability rates stay high. So they'll need good automated systems to detect spammers. But email/spam detection is an inherently fuzzy business, and false positives are inevitable. If a false positive could bring down an entire service hosted on AWS, even if just for a few hours, then using SES starts to look pretty risky.
Re: Introducing Amazon Simple Email Service
#83I wonder how they will respond if an account gets over the allowed threshold of spam complaints. I could see them responding either by: a) Cutting off the customer's use of Simple Email Service; or b) (Much much worse) cutting off the customer's AWS account, including EC2 and so on. I'm guessing a), but it would be nice to have assurances against b). Otherwise a false positive on the "they're using SES to spam" detec…
How would legitimate use be falsely flagged as spam in large numbers? Other than a malicious conspiracy of some sort, I don't understand why a disproportionate number of e-mail recipients would target legitimate mail as spam. Am I missing something?
Re: Introducing Amazon Simple Email Service
#84Seems Amazon wants to fight it out with Google, by matching the new services with Google App Engine's free quota. $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'…
What I do think is that services like GAE have set a standard for the ease of use and price. People are now looking for free tiers, instant deployment, and traffic-based pricing. Customers are expecting Amazon to provide the same and so they do.
Re: Introducing Amazon Simple Email Service
#85Sendgrid & other such senders will be shaking in their shoes now. Personally, as soon as I have more time, I'll switch to the amazon service. Also, any new app I make will use Amazons service by default. Sending email out is quite important for growth, and such services really help businesses. What impresses me about amazon is that they are not looking at what the competition is charging or trying to charge high base…
Having tried the service it's currently clunky and command line based too! I wouldn't actually call these comparable products. SES seems more like it replaces transactional emails that users might have previously event sent without a lot of a anti-spam measures. The value that companies like Sendgrid/Mailchimp/Postmark add outweighs the price for me and, at least, in the short term I won't be moving anywhere.
Re: Introducing Amazon Simple Email Service
#86Sendgrid & other such senders will be shaking in their shoes now. Personally, as soon as I have more time, I'll switch to the amazon service. Also, any new app I make will use Amazons service by default. Sending email out is quite important for growth, and such services really help businesses. What impresses me about amazon is that they are not looking at what the competition is charging or trying to charge high base…
The thing is, Sendgrid et al will continue to innovate in terms of feature set, and AWS never will. And that's a good thing: They focus on the absolute core of a product need - and let providers like heroku or dropbox grow like a vine on top of them, providing things people want.
Seems to me that Amazon has been quite busy innovating and expanding their feature set.
Re: Introducing Amazon Simple Email Service
#87Re: Introducing Amazon Simple Email Service
#88I 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…
Seriously, the lack of a flat fee model is the main thing that has kept me away from AWS.
Re: Introducing Amazon Simple Email Service
#89It amazes me how quickly AWS iterates and adds new features. Also, this is just what I needed for a site I am building (I was trying to figure out which third-party mail provider to use.)
Re: Introducing Amazon Simple Email Service
#90Earlier quoted context omitted.
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?
These are not really comparable products. MailChimp is an email broadcast and subscription management service. It's for sending things like email newsletters and marketing campaigns. SES/Postmark/Sendgrid are more for one-to-one type communications, e.g. delivering your application's forgot password email.
However, I would have thought that the "one-to-one type communications" would be more expensive (per email), than sending to lists. Amazon seems to allow both, at a much lower cost.