Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

180 questions
0
votes
0 answers

Specify SMTP password manually on Amazon SES

I have a requirement to specify 6-digit SMTP password on Amazon SES account for some reasons. But during SMTP credentials generation I have no choice and it is autogenerated, somewhere 32+ characters. Is there any way to specify it explicitly?
Suncatcher
  • 594
  • 2
  • 7
  • 22
0
votes
1 answer

How can I throttle windows IIS SMTP server for Amazon SES

How can I throttle IIS in terms of mails per second? and if that's not the case, since I can't find any parameters for such a feature. Will SMTP IIS automatically queue and resend mail if the initial attempt to send results in a "454 Throttling…
Paul
  • 101
  • 4
0
votes
1 answer

postfix email coming as spam when using SES as my SMTP

I've setup Amazon SES as the SMTP relayhost in my postfix configuration on the EC2 instance. The domain a.b has been verified by Amazon as well with following properties: Email Feedback Forwarding: enabled DKIM Settings Generated: yes Bounce…
hjpotter92
  • 670
  • 1
  • 10
  • 20
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
  • 333
  • 3
  • 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
  • 3
  • 3
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
  • 853
  • 1
  • 9
  • 20
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
  • 4,342
  • 14
  • 36
  • 57
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