Questions tagged [amazon-ses]

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 (Simple Email Service) is an online email-sending service offered by Amazon Web Services. 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 eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send emails from applications being hosted on services such as Amazon EC2.

References

2218 questions
9
votes
2 answers

Send emails from AWS EC2 instance (SES mandatory?)

I write this post just to see if I can get some clarifications regarding email sending concepts in an AWS EC2 instance. This is related with this other post Rails does not send emails on AWS I´m developing a Rails application that sends emails to…
Rober
  • 5,868
  • 17
  • 58
  • 110
9
votes
4 answers

How do I integrate Amazon SQS with Dynamodb

Is it possible to auto send/push the messages in Amazon SQS to DynamoDB? I wish to send my messages to SQS and for period of time I want to send this to DynamoDB. Another service should fetch the DynamoDB table and send it as email using…
9
votes
4 answers

How to check if email is valid before send through Amazon SES

I am fresh in implementing Amazon Web services. I am working on implementing an application for sending bulk emails from a queue. I have to check emails and remove non-verified emails from the queue before sending. My question is: Is there any…
Kavikant Singh
  • 93
  • 1
  • 1
  • 4
9
votes
3 answers

Possible to get a report of email addresses that bounced from Amazon SES?

While the SES dashboard shows aggregated statistics about the bounce rate of emails sent through the service, I do not see a way of retrieving the individual addresses that bounced. Is this possible? Our situation is that the 'from' address we had…
Peter
  • 29,498
  • 21
  • 89
  • 122
9
votes
2 answers

How can I send email Headers using Amazon SES?

I am using a Wrapper from http://sourceforge.net/projects/php-aws-ses/ I am not able to send Email Headers with From: Name Is there any way we can send headers using amazon ses. Any other PHP Wrapper you recommend which allows…
Sanganabasu
  • 943
  • 7
  • 21
  • 39
8
votes
2 answers

AWS SES 554-No SMTP Service for web.de and GMX email addresses

I am using AWS SES to send out emails automatically through my application. I have configured the Identity management as following: DKIM is setup correctly. I have no issues sending emails from my domain except for GMX and WEB.de emails where I…
DonMB
  • 2,550
  • 3
  • 28
  • 59
8
votes
1 answer

Can a cognito user pool use SES with a verified domain and not a verified email?

Cognito's User Pool takes an email config that needs an ARN of a verified email. Can I use any email on a verified domain instead of a single verified email? https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-email.html I am looking…
Matty H
  • 325
  • 4
  • 11
8
votes
3 answers

Amazon SimpleEmail: how to check if an Email has been delivered?

I tried to send emails with Amazon SES, with the Java AWS SDK, and it worked. I would like to be able to check (at a later time) whether the delivery was successful. I will define it successful if the final mailserver accepted the mail for…
stivlo
  • 83,644
  • 31
  • 142
  • 199
8
votes
2 answers

Abuse report for an email message from amazonses.com

I'm an AWS SES user. I'm getting emails from complaints@email-abuse.amazonses.com with this message: This is an email abuse report for an email message from amazonses.com Based on this Why do I receive messages from…
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191
8
votes
2 answers

AWS SES Error: x509: certificate signed by unknown authority

I've been banging my head against the table with this one for a while now. I'm. I've successfully sent emails locally using an AWS access key and secret that has full access. Once I deploy to my staging environment I get an error using the same…
Shane Da Silva
  • 469
  • 1
  • 6
  • 15
8
votes
2 answers

How to separate Amazon SES account for production and development?

I'm looking for the best approach for organizing sending emails via Amazon SES in development and production environment. Is it possible to separate two SES accounts (one for production, one for development) within one account ID? Development using…
Michal S.
  • 450
  • 3
  • 15
8
votes
4 answers

Not able to send email from Lambda to SES from within a VPC

I am trying to send email from Lambda to SES. When I run Lambda in NO VPC mode then email is successfully sent. But when I assign my VPC it doesn't work. AWS has VPC endpoint to connect to S3. It same available for SES? Or it is not possible to do…
Lajpat
  • 591
  • 5
  • 19
8
votes
2 answers

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, a new user is registered. I would like to avoid having the logic of building/sending the emails inside of the application. I…
8
votes
3 answers

Amazon SES Notifications (SNS) not working

I am still in the sandbox of Amazons SES trying set a bounce email handler. I am using the mailbox simulator to test a bounce/complaint email. I have created a SNS topic (and I have subscribed to receive notifications from this topic): I have…
carla
  • 1,970
  • 1
  • 31
  • 44
8
votes
4 answers

SES: Delivery Status Notification (Failure)

I use Amazon SES to delivery mail to mobile devide Japanese such as ****@docomo.ne.jp, ******@softbank.ne.jp. But I always get an error. Example: An error occurred while trying to deliver the mail to the following…
zuri
  • 81
  • 1
  • 1
  • 3