Top "Amazon-ses" questions

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers.

Amazon SES SMTP Python Usage

I am trying to diagnose why sending email through Amazon SES is not working via python. The following example demonstrates …

python smtp amazon-web-services amazon-ses
Amazon Simple Email Service (SES) - Should I use SMTP Interface or SES API?

I'm new to Amazon SES and I see that there are two ways to programmatically send emails: SES API (http://…

email amazon-web-services smtp jakarta-mail amazon-ses
Customizing Amazon SNS email notifications

We are developing Custom Commenting System in which email notifications will be send to all the subscribers to the post …

amazon-web-services amazon-sqs amazon-sns amazon-ses
Send emails using SQS or SNS

I have a web application that should send emails to admin users when something happens in the application. For instance, …

amazon-web-services amazon-sqs amazon-sns amazon-ses aws-lambda
AMAZON SES: Sending email to users in HTML format

I want to change my current text email format to HTML format, so that I can send an email in …

amazon-web-services amazon-ses
Amazon SES Stops Working

I set up Amazon SES and it initially worked for a few hours, then all of a sudden stopped. All …

asp.net amazon-web-services smtp amazon-ses
How to send emails using Amazon SES without verifying 'from' email address

Can we send emails from Rails application using Amazon SES SMTP service where sender's email ID is unverified.? I know …

ruby-on-rails amazon-ses
Amazon Pinpoint vs. Amazon SES/SMS

I would like to send a verification code to a specific user (only one) via email or text message. I …

amazon-web-services amazon-sns amazon-ses aws-pinpoint
Unable to use Spring cloud to connect with AWS SES

I have made a very simple maven project using Spring Boot. I am trying to connect with AWS SES using …

spring-boot spring-cloud amazon-ses
What is the required configuration steps to have a Spring Boot application send simple e-mails via AWS SES?

I have been fighting with this for several hours today. I started with the documentation at http://cloud.spring.io/…

spring-boot amazon-ses aws-java-sdk spring-cloud-aws