Questions tagged [aws-ses]

Amazon Simple Email Service (SES).

12 questions
2
votes
2 answers

In Thunderbird, sender "name" shows as "me" when forwarding emails

When I receive emails at an address that I also send emails with (via SMTP), Thunderbird will show the name as "Me". Even though I do not have that email in my contact book. This is a problem when you forward emails to yourself, and require the name…
Chris Hayes
  • 493
  • 4
  • 9
1
vote
1 answer

SmartHost forwarding issue - ipv4 vs ipv6

Sendmail is configured to forward through a smarthost at AWS. The smarthost DNS only advertises ipv4 addresses. When Sendmail looks up the address, for some reason it has decided to return the ipv6 address of my server, thus resulting in a loopback…
MJP
  • 21
1
vote
1 answer

Verify email "from" address using AWS/SES

I'm setting up an email service with AWS SES (Simple Email Service). When SES receives an email sent to, e.g. launch.nukes@my-domain.com, it will perform some action. To prevent anyone from triggering the action, I check the from address is a known…
mdsimmo
  • 133
1
vote
0 answers

Log file for AWS SES

For sending emails we moved from Mailjet (too many bounces, blacklisted) to Amazon SES. Seems to work fine with a free tier. But we miss a detailed log with status information (sent, delivered, soft bounced, hard bounced...) about each email. Can we…
0
votes
1 answer

Why does AWS SES close the connection when attempting AUTH LOGIN?

I am attempting to send a test email via AWS SES. I have my smtp endpoint and smtp credentials all set up. I am testing using the command openssl s_client -crlf -connect email-smtp.ap-southeast-2.amazonaws.com:465 220 email-smtp.amazonaws.com ESMTP…
ZeunO8
  • 101
0
votes
1 answer

Use multiple mail service provider for a single domain

is there any way that i can use 2 email service provider on my domain? Like i will send emails using AWS SES and receive emails on zoho provides mail service. The basic thing is this that users come in to my websites they do stuffs like change…
0
votes
0 answers

Connecting to ec2 instance after creating a Load balancer

How do I connect to an ec2 instance after creating a load balancer ? I have the below configuration set up: Two RHEL 8 ec2 instances Both the instances are inside a VPC but in two availability zones. Both the instances are associated with separate…
0
votes
0 answers

Setup AWS SES and incoming mail has \r\n truncated

I've setup AWS SES to drop email into an S3 bucket, but when AWS saves the email, the \r\n line endings are truncated resulting in bad data. So a line like: 1.1.1.1 2.2.2.2 appear as: 1.1.1.12.2.2.2 How do I fix this? Upon further investigation, my…
0
votes
1 answer

AWS SES - high Bounce rate and sending paused

Right now every time I try to send an email, the AWS SES service return 554 due to high bounce rate (18.55%), and my account status is shutdown also the sending is paused. So what can I do to enable the sending back and to reduce the bounce rate?
Amr H
  • 1
0
votes
1 answer

DKIM section shows verified and enabled in AWS SES console but spam checker tool shows Your message is not signed with DKIM

I am using AWS SES to send emails. My domain is verified. So any sender email under this domain should be allowed. DKIM section shows it's enabled and verified. I have added _amazonses TXT record in my domain. I also added 3 TXT records in my…
0
votes
0 answers

"Certificate size exceeds limit" error in SSO with AWS service

I an have an error in SSO with AWS service, when uploading XML from Cisco Webex to AWS SSO service: An error occurred Your request has a problem.  Please see the following details. Certificate size 2720 exceeds limit: 2000 AWS SSO works as an…
0
votes
0 answers

How to make Gmail obey `X-SES-Spam-Verdict`

I recently transferred a domain to AWS SES and now most users are getting spam in their inbox (false negatives), even though SES spam filtering correctly flags all such spam with the header X-SES-Spam-Verdict: FAILURE. All users are using Gmail,…
Kimvais
  • 4,908