Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
1
vote
0 answers

Emails from Gmail to AWS SES are being blocked because STS policy

I've got SES set up, MX record set at GoDaddy, the domain verified, an S3 bucket is set up with proper write permissions, and a valid enabled receipt rule. And all the emails are bouncing if they are sent from Gmail account with the following…
1
vote
1 answer

exim configuration and AWS SES

I am trying to configure exim on a CentOS instance in EC2 to use AWS SES as a relay SMTP server. I configure it using this guide. The SES account is currently in sandbox mode, and I have verified two addresses, the sender and the recipient. When…
Mark Kemel
  • 141
  • 5
1
vote
0 answers

Australian-based email server for a small-medium email reseller?

We are primarily a web design and web development (Australian-based) agency. We currently have a great server manager who we want to stick with for all our web hosting. We have around 400 client accounts. However, our server manager is not keen to…
1
vote
1 answer

Amazon SES data via AWS S3: Is there a simple way to list and download a folder and get line counts?

I've set up Amazon SES to send a company announcement to a list of about 1,000 contacts. I set up the Kenesis Firehose to log all e-mail events (e.g., Send, Bounce, Click) to a bucket in S3. SES seems to provide tools for bulk analysis of massive…
NewSites
  • 113
  • 3
1
vote
1 answer

postfix won't send mail via Amazon SES - Host or domain name not found

I have been trying to configure my Amazon EC2 instance (running Ubuntu 20.04) to send mail via Amazon SES. I have various settings I've borrowed from an earlier (successful) configuration to prevent any local mail delivery on this machine and to…
S. Imp
  • 506
  • 1
  • 3
  • 17
1
vote
0 answers

Obtainling list of enabled SES SMTP credentials in a AWS account

How can I obtain a list of all created SES SMTP credentials that can send email from SES for a given AWS account?
Pep
  • 197
  • 1
  • 7
1
vote
1 answer

Does SES free tier extend to AWS Fargate?

Amazon SES offers a free tier that is eligible for applications running on EC2 instaces or in Elastic Beanstalk containers. However, am I also eligible for the free tier if I am using AWS Fargate? As far as I understand, formally Fargate is neither…
DmytroL
  • 111
  • 2
0
votes
1 answer

dmarc. Why do I receive failed SPF or DKIM authentication reports for forwarders?

I set _dmarc to see my email authentication reports (in case it fails). like that "v=DMARC1;p=quarantine;pct=100;rua=mailto:dmarcreports@example.com" And I receive these reports form Google. a report I receive my emails are good, because they are…
0
votes
0 answers

AWS SES SMTP forward all outbound emails to another SMTP server

I'm using AWS SES SMTP to send emails from a Laravel application. I'm sending emails to a certain organization which only have limited licenses and email accounts that have incoming emails enabled from the external world. Now for the other email…
0
votes
1 answer

AWS Emails Sender-Verification Limit - An Email for each User

I am building an application that uses AWS for hosting. Additionally I use SES (Simple Email Service) to send emails. So far everything works fine. However the structure of my application requires me to generate emails (someuser@mydomain.com) and…
mo_st
  • 39
  • 5
0
votes
3 answers

How can Amazon send emails from other email services?

Suppose I register an Email address on Gmail for instance. I verify my address(not domain) in Amazon Simple Email Service. Then I send emails using Amazon from this address. Who actually does the sending? Amazon or Gmail? How can Amazon connect to…
Gherman
  • 145
  • 6
0
votes
1 answer

Adding CNAME to domain apex for Hubspot and AWS SES DKIM etc

Both Hubspot and AWS SES require that we add CNAME records to make emails sent through them work. To this end, I've been asked to add various CNAMES to our domain apex e.g. example.com, so we can send emails from e.g. info@example.com (as opposed to…
0
votes
1 answer

aws ses - emails not getting stored in s3 but getting received on Workmail

Can someone please help me, I am trying to store incoming mails to my domain @mydomain.com to s3 , I have followed the procedures mentioned in this link , created a workmail with the domain @mydomain.com , and I am able to send and recieve from…
lazarus
  • 111
  • 4
0
votes
1 answer

How to receive Emails through Amazon SImple Email Service

I would like to receive emails on Amazon SImple Email Service (SES). There is a guide to that but I didn't understand it properly. How can I receive emails? https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing.html I want…
0
votes
1 answer

How can I detect/deal with SES emails that are too large for S3?

I have a RuleSet that places incoming messages into S3, then calls a lambda. However, if the message is larger than 30MB, the message is not placed into S3, and the lambda is never called. How can I detect when this happens? Ideally I'd like to…
user31415629
  • 301
  • 2
  • 12