Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
1
vote
2 answers

Amazon SES Strange Email Format

My email logs are filling up with bounced emails being sent from my domain with a From header formatted like so: root@support@mydomain.com What is causing this? Full log entry: Mar 13 14:05:09 ip-10-122-201-212 postfix/smtp[26788]: 4D21881CA8:…
Donnie
  • 121
  • 1
  • 1
  • 4
1
vote
1 answer

Python script to send mail through Amazon SES

I'm setting up Splunk to send e-mails through Amazon SES. But before doing this, I found a Python script (Splunk uses Python to send the mails) that I wanted to test which is not working on my Linux server. The output is shown below. I'm able to…
Lego
  • 425
  • 4
  • 7
  • 12
1
vote
1 answer

Whose DKIM signature to use, my own or Amazon SES'?

I have OpenDKIM properly set up to sign emails from my domain such that when sent through Amazon SES, Yahoo Mail shows dkim=pass. Given I got the infrastructure working, is there any benefit to having Amazon's DKIM signature instead of my own, say…
Blair Zajac
  • 531
  • 5
  • 9
1
vote
1 answer

SPF records, combining suggested records

I have a domain that sends automated email using Amazon SES, regular email using Google Apps and a monthly newsletter using MailChimp. I want to combine the three suggested SPF records into one, but I am not sure of the correct syntax. MailChimp…
1
vote
1 answer

Amazon SES send email from domain without an smtp

Is it possible with Amazon SES to send an email from say mycompany.com if there is no MX record for them. I have setup Amazon SES and am waiting for DKIM to be verified and I am getting the error {"Transaction failed. The server response was:…
Daniel Powell
  • 76
  • 2
  • 14
1
vote
2 answers

Email notification and mail server

I am building a web application with email notification just like Facebook, which will host in http://www.linode.com/. When a user A comment to a post, the poster will get an email notification from 'no-reply@mydomain.com' with the comment message…
1
vote
1 answer

Sending email is often very slow after changing to VPC instance

We changed our micro instance to a small within a VPC and now sending email is sometimes fast and quite a lot of the time very very slow. Its as if our web pages are going to hang and then they eventually complete and sometimes the emails don't…
Ian Warburton
  • 319
  • 2
  • 4
  • 12
1
vote
1 answer

Sending mail via php in EC2

I have used the following code for sending mail using php using amazon ec2, but I only see 'aatest' as the result, and doesn't get any incoming email. Btw, I have already included ses.php, and have validated the email contact@mydomain.com, and…
william007
  • 117
  • 5
1
vote
1 answer

postfix + amazon ses - How to hold all emails?

I have postfix configured to send all email using Amazon's SES perl script. How can I modify the configuration to hold all email? Is it possible to re-queue bounced emails? Thanks
DanJ
  • 279
  • 1
  • 3
  • 12
1
vote
0 answers

Amazon SES and Apple private relay bounce

When I send emails to Apple private relay addresses,they always bounce when sending via Amazon ses. No other emails have this problem. I have SPF DKIM and DMARC all configured correctly. But Amazon doesn’t allow me to configure an exact email…
gypsyDev
  • 111
  • 2
1
vote
1 answer

How to replace "via amazonses.com" with my apps branding "via example.com" for the email identities in AWS SES?

So in SES - there are two ways to verify identities as I can see: Email identities Domain identities With domain identiies - it is easier to fix the "signed-by" and "mailed-by" headers in the outgoing mails. If the DKIM/SPF DNS records are set…
Rohan
  • 125
  • 3
  • 12
1
vote
0 answers

Do bans on AWS SES accounts extend to sibling accounts?

I have a root account with 3 subaccounts on AWS. I am using AWS SES (Simple Email Service) on all 3 subaccounts. If my subaccount gets banned from SES, will this ban extend to all my other sibling/parent accounts? Context: I am setting up a new…
1
vote
1 answer

Amazon SES - Domain Verification Pending

I am trying to setup Amazon SES on my Route53 domain (writeurl.com). The domain verification status remains at pending verification and does not proceed. The following nslookup command does not show anything, even though the records are created in…
1
vote
1 answer

SPF/DKIM and sending emails from parent domain

I'm trying to understand how apps such as greenhouse.io configure DNS for delegating email sending. In short, assume I am a SAAS provider saas.com and my customer is customer.com. I've seen that it is possible to: Ask my customer to create a…
ragebiswas
  • 111
  • 1
1
vote
2 answers

Should I use a dedicated IP when sending email from AWS SES?

I have been using AWS SES for a year now for my SaaS. I added DKIM, SPF and DMARC. Yet some people are still not receiving emails. I provide instructions for them to add my domain to their safe senders list. That seems to resolve it. I would like to…