Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

180 questions
3
votes
2 answers

AWS SES dropping some emails frequently

Question: Would like some help on how to debug to find a point of failure where an email to be received by AWS SES might get dropped? (Please note: Problem is related to receiving mails via SES email server, rather than sending it. As latter is…
3
votes
1 answer

How do I tell Amazon SES their IP addresses are blacklisted?

Is there an official way to tell Amazon SES about blacklisting, and ask them to talk to the other company involved? I have had emails disappear this week and last week (Ironport doesn't even send proper bounces back to to my SNS endpoint) and…
MerlinMags
  • 129
  • 1
  • 6
3
votes
1 answer

Utilize AWS SES as an Inbound Mail Gateway

I am trying to use SES to intercept an incoming email for a domain, do some processing and manipulation of the email with a lambda, then would like to continue sending the email to the final destination / original mail server. For example: Say I…
3
votes
1 answer

AWS: SES Rule: S3 Action: fails when choosing bucket that has encryption enabled

I can not create a SES rule to put emails into a S3 bucket that has encryption enabled (on the bucket). Created a bucket and enabled encryption. Add a SESPut bucket policy to allow SES.…
eugenevd
  • 419
  • 5
  • 12
3
votes
0 answers

Postfix relaying for multiple domains with Amazon SES

I'm a little confused about relaying with Postfix. I added this line to my /etc/postfix/transport mydomain34.com smtp:email-smtp.us-west-2.amazonaws.com I know this is wrong, but this is what I have tried. I have multiple domains on my server and…
ezdookie
  • 131
  • 1
3
votes
2 answers

Remove OR Replace "mailed by" field with DKIM & SPF enabled in AWS SES

Is it possible to remove the mailed by: us-west-2.amazonses.com field in an email or replace it with mailed by: example.com? Amazon forums, this site, and google searches are very unclear. I am using Amazon SES to send the email. The via portion of…
user247445
  • 31
  • 1
  • 3
3
votes
2 answers

Conditionally rewriting From and Reply-To headers in Postfix

I've got a web app running on Amazon AWS and it's using Amazon SES to send emails. One of the things I really want this system to do is to be able to forward emails to certain addresses from anyone who mails it, for example if some random person…
bratsche
  • 133
  • 2
  • 7
3
votes
2 answers

Sending mail from multiple hosts on one instance using Amazon SES and Exim4

Suppose that I have some instance running in Amazon EC2: somehost.example.com This instance hosts some number of applications or websites for other domains: www.example.com web.example.org etc. This host is configured to use exim4 to interface…
futureal
  • 397
  • 1
  • 3
  • 17
3
votes
1 answer

Amazon SES: understanding send rates

I've configured Amazon SES and obtained the first level of increased sending rate. So my limits are now 10,000 emails/day, 5 emails/second. My question is: do I need to enforce those rates within my own application (i.e. ensure no more than 5 emails…
Bobby Jack
  • 348
  • 1
  • 6
  • 23
3
votes
1 answer

SPF problems with Google Apps

I currently have an SPF record with a hostname of @ that is: v=spf1 mx ip4:x.x.x.243/32 include:_spf.google.com include:amazonses.com ~all I also have another record of" spf2.0/pra mx ip4:x.x.x.243/32 include:_spf.google.com include:amazonses.com…
mahle
  • 255
  • 3
  • 10
3
votes
3 answers

Has anyone used Amazon Simple Email Service (SES) and if so does it have standard SMTP configuration?

We want to use the more advanced features of Amazon SES such as their API for having better control and visibility over emails. However I also want it to work OOB with our current system which is simply a username/password and SMTP URI. Is that…
MetaGuru
  • 896
  • 6
  • 22
  • 36
3
votes
1 answer

AWS - Can I use EC2 free tier instance to make use of SES free tier?

Amazon SES Free tier has 62000 free emails per month. I wonder if I create a free tier ec2 instance and use SES on that and be eligible for 62000 free emails per month? I would want to make the EC2 instance as a relay so my other non-aws instance…
user630702
  • 495
  • 10
  • 32
3
votes
1 answer

Trying to receive emails AND store them into an S3 bucket

I'm trying to store emails i receive into an s3 bucket, i followed this tutorial and multiple others : https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-getting-started.html My MX record is set to my mail.Domain like this…
logax
  • 129
  • 3
  • 14
2
votes
1 answer

Unable to receive mail from the amazon network

I currently have several servers at OVH including one that acts as a personal mail server. Postfix takes care of receiving the mails, but I have a problem for the reception coming from certain domains. After investigation I noticed that often the…
MarcEteint
  • 41
  • 2
2
votes
1 answer

People complaining about undelivered emails - AWS says the provider returned SMTP 250 code

We have several users that complain about not receiving only some of the emails our webservers send through AWS Simple Email Service. Most of those users not receiving emails are users with hotmail.fr email addresses. We are currently using AWS SES…
1 2
3
11 12