Amazon Simple Email Service (Amazon SES) is an outbound-only email-sending service useful for marketing and transactional email, relying on the infrastructure of Amazon. Amazon SES provides the requisite statistics and built-in notifications for bounces, complaints, and deliveries for optimization of campaigns. Emails are sent via SMTP or the Amazon SES API.
Amazon's pricing is per usage, presently at $.10 per thousand sends. The service is free for users of Amazon EC2 (up to 62,000 messages),…
$0.10
for emails after the first 1,000
Google App Engine
Score 8.2 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
Pricing
Amazon Simple Email Service (SES)
Google App Engine
Editions & Modules
Sending Emails from an Application Hosted in Amazon EC2
$0.10 ($0.12)
for every 1,000 emails after 62,000 (for each GB of storage)
Sending Emails from Another Email Client or Software Package
$0.10 ($0.12)
for every 1,000 emails (for each GB of storage)
Receiving Email
$0.10
for emails after the first 1,000
Sending Emails from an Application Hosted in Amazon EC2
Free
for first 62,000 emails
Receiving Email
Free
for the first 1,000 emails
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
Offerings
Pricing Offerings
Amazon SES
Google App Engine
Free Trial
No
No
Free/Freemium Version
No
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Amazon Simple Email Service (SES)
Google App Engine
Features
Amazon Simple Email Service (SES)
Google App Engine
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Amazon Simple Email Service comes with the bundle of Amazon Web Services (AWS) and it also offers a limited number of emails per month for free. One who has a technical background and wants to send custom emails with custom domains in a professional way can go with Amazon Simple Email Service. If you have no technical background or tech team, it might not be useful for you.
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
As compare to other vendors that I have integrated response is very quick.
You can verify both domain or email to send out the emails from.
While setup you can easily configure it with your domain with few clicks like adding CNAME, DKIM records
Easy to use with or without access key and secret key within aws servers. You can directly map permissions to servers to go without credentials using boto3.
While the service limits are one of the main points that keep the delivery metrics so reliable, it can be stressful to get a new implementation out the door quickly.
If you're looking for a point-and-click style email delivery tool, this is not the right type of product for you. Amazon Simple Email Service is for a developer-centric approach to implementation into existing applications, processes, and services.
There is a slight learning curve to getting used to code on Google App Engine.
Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
We did not have the need of contacting Amazon for support. The documentation they provide is of great quality. Examples are easy to follow. One thing to have into consideration is we didn't have the premium support for AWS, so I can't provide details on how good or bad this service is, but in general, the basic support I had was great.
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
Mailchimp has a fixed monthly price, and with the number of emails that we sent, it's pretty expensive. Since our mailings are quite infrequent, using Mailchimp didn't make financial sense for us, even though Mailchimp is a more polished, packaged solution for email marketing. We evaluated other email delivery solutions as well and didn't find anything that matches Amazon SES on reliability and pricing.
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
Effective integration to other java based frameworks.
Time to market is very quick. Build, test, deploy and use.
The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.