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…
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…
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…
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.…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…