Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
0
votes
1 answer

AWS email forwarding from EC2, but impossible to verify a non-existent address.

I've seen similar posts out there, but not quite the same thing that I'm asking. I have a web site (www.example.com) hosted on an AWS EC2 instance. I want mail sent to "contactus@example.com" to go to several people, whose addresses may be of…
mrbranden
  • 101
  • 1
0
votes
1 answer

RDS and SES connections suddenly timing out on instance

A few days ago a Rails app I've had running on AWS suddenly went down. Upon investigation, it turns out that for whatever reason, it suddenly stopped being able to connect to the RDS database via the domain endpoint. Following the troubleshooting…
numbers1311407
  • 323
  • 2
  • 10
0
votes
1 answer

Sending email from Google, Amazon and own mailserver from same domain with DKIM

I have a domain (example.org) for a organization, and we send different types of e-mail: I send email (From: user1@example.org), using my local email-server An other user (From: user2@example.org) are sending email via Gmail Our monthly newsletter…
Sitron_NO
  • 1
  • 1
0
votes
1 answer

How can I easily setup a SMTP reverse proxy from EC2 to SES?

How can I easily setup a SMTP reverse proxy from EC2 to SES without revealing SES the original SMTP Client IP?
0
votes
1 answer

Dangling CNAME Record Issue

I have been trying to setup the DKIM CNAME Signing for one of my sub domains with Amazon SES and for some reason the CNAME is behaving oddly: Eg. The following: dig @4.2.2.4 pznfjjljalcr5ocdaxrjia27nbf7cial._domainkey.support.formsdotstar.com at…
GeekTantra
  • 237
  • 3
  • 15
0
votes
1 answer

Amazon SES not sending to multiple recipients (AWS SDK for PHP)

I've set up Amazon SES on my server. I'm using AWS SDK for PHP. It's version one. Here's the documentation. Here is the code I'm using to send: $to = $_POST['mailto']; $response = $email->send_email( $from, // Source (SENDER or FROM) …
Tania Rascia
  • 101
  • 4
0
votes
1 answer

Sending failed: Protocol Error while setting up nullmailer

I'm trying to set up nullmailer (1.13) to send to AWS SES and failing. Here are the contents of my remotes file: email-smtp.us-east-1.amazonaws.com smtp --starttls --port=465 --user=AKIA.. --pass=.. And here's the error in /var/log/mail.err. Mar 16…
tedder42
  • 833
  • 1
  • 9
  • 19
0
votes
0 answers

Inbound mail to SES fails with authentication failure

I use SES for transactional email quite often. Recently Amazon announced inbound email to SES and I'd like to receive a message and just have it forward to an SNS topic. The setup is straight forward and I've followed the developer guide and…
Cfreak
  • 125
  • 1
  • 12
0
votes
0 answers

Amazon SES not sending mail on server

I have configured SES on my server. My product is running in Laravel Framework.…
nirvair
  • 109
  • 5
0
votes
1 answer

Amazon SES DKIM signing with Route 53 issue

I had DKIM signing setup and working fine for my example.com for years. But recently i moved my DNS to amazon Route 53 and added all records there, including the CNames that was previously with the original hosting provider. however, since that…
mahen3d
  • 3,905
  • 12
  • 34
  • 55
0
votes
2 answers

Risk of compromised Amazon SES SMTP Credentials?

I host www.foo.com for a client. The website sends emails via postfix which has my Amazon SES SMTP Credentials configured and my SES has foo.com as a verified domain and this all works fine. Now the client wants to send emails from her gmail…
Stew-au
  • 245
  • 2
  • 8
0
votes
0 answers

Mail spam error while sending mails using Gmail id via Postfix hosted on Amazon EC2 server

This issue is related to using my own SMTP server to send email by any user mail id like some other mail APIs do e.g; Amazon SES, MailChimp. I am using Postfix as a mail server for my applications. I have setup TLS, DKIM, SPF and TXT records for my…
Rupendra
  • 111
  • 3
0
votes
1 answer

Exchange 2010 rejecting Amazon SES TLS with UntrusedRoot

Due to our network setup, when we moved our business last year we switched Exchange 2010 to use AWS SES to relay our outgoing emails. This has worked pretty well up until yesterday, when Exchange began to fail to make the TLS connection to SES with…
0
votes
2 answers

Amazon SES: Creating verified email address without inbox

All, I've searched for answers and couldn't find a suitable one and hence the question here -- I have couple of internal services running on AWS which need to send outbound 'notification' emails. such as -- ticketing system, nagios etc. These are…
Chida
  • 2,471
  • 1
  • 16
  • 29
0
votes
1 answer

Setting Postfix's sender_dependent_relayhost without a registered domain

I've been trying to link up SES with my EC2 instance (that has no DNS record) and am trying to figure out how to jerry-rig my sender_dependent_relayhost. Since I do NOT have a DNS record that associates to my ip, is it possible for me to use my…
ehime
  • 577
  • 2
  • 7
  • 15