Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
0
votes
1 answer

Amazon SES/Mailgun and Reverse DNS lookups for email

I am working with a client who sends out emails to clients (password reset, employee invitations, etc.) using Mailgun, but we are getting a some emails blocked due to reverse DNS lookups for the Mailgun ip address. I have looked into using AWS…
Halcyon
  • 103
  • 3
0
votes
0 answers

Amazon SES for incoming mail. What are the advantages?

I am just in the process of setting up Amazon SES on my domain for outgoing mail so any email sent from my domain or website is sent through Amazon. Now there's a question it asks, "Would you like to setup Amazon SES also to receive mail? Huh, I…
0
votes
1 answer

Troubleshooting AWS SES DKIM issues with CNAME records

I am using AWS Simple Email Services (SES) and am trying to configure DKIM so as to add an extra layer of security to my emails. According to SES documentation, the procedure for setting up SES + DKIM with your DNS is: Generate DKIM CNAME records…
0
votes
1 answer

AWS SES receive returns mailbox unavailable

Have configured postfix on an EC2 instance. Can send and receive emails locally. Have also configured SES, with verified domain. Outgoing works perfectly well. However, receiving mail to SES returns : host…
Johan
  • 746
  • 5
  • 20
0
votes
0 answers

Not receiving emails in AWS SES when routing emails to it via Google Apps

I have a domain that uses google apps for emails. We have specific email addresses for automated emails, say, no-reply@example.com. We are trying to do automated replies saying, "sorry, we don't support replies". The problem right now is that…
Jonathan Ong
  • 143
  • 2
  • 6
0
votes
1 answer

Why does the AWS SES developer guide recommend using stunnel with Postfix?

I swear they changed this in the last year or two, but as of 2017-11-20, the SES developer guide for Postfix recommends setting up TLS via stunnel. This seems odd to me, considering that Postfix can already do TLS if you just add these lines to…
Mike Conigliaro
  • 3,105
  • 2
  • 24
  • 24
0
votes
2 answers

TLS for spesific relayhost on postfix

i want to implement advance content filtering in postfix using python. I have figured it out the implementation from http://www.postfix.org/FILTER_README.html. but there is another problem, after the filtering from python script i need to relay to…
Ilham Sulaksono
  • 553
  • 9
  • 19
0
votes
1 answer

Email From Linux Using Stunnel

I'm trying to send an email from a linux instance using stunnel and AWS SES as outlined here. I've been through the above documention and and I seem to be getting a connection to my server that has stunnel installed but I'm not receiving any…
never_odd_or_even
  • 325
  • 1
  • 4
  • 12
0
votes
1 answer

Amazon SES with Wordpress only allows me to send to verified emails

Maybe I am not understanding how to use Wordpress with Amazon SES, but I am under the impression that you can setup all Wordpress emails to be sent from your Amazon SES verified email to any email address. For example, when Wordpress sends out…
Solomon Closson
  • 163
  • 1
  • 6
0
votes
1 answer

Verify domain on mailchimp when emails are received by SES and stored in S3

I have setup a domain in Amazon SES. I can both send and receive emails from/to this domain. Received emails are saved in a S3 bucket. I can successfully send an email to whatever@mydomain and I can see it in my S3 bucket. Still, all the…
davideghz
  • 163
  • 1
  • 8
0
votes
2 answers

Receiving email to ec2 mailserver from MailGun/SES

It should be possible to use AWS ec2 nano at about $1.50 / month to provide solid email service for loads clients, and at what is it (10cents a GB?) I can offer them tons of email space, and let Mailgun and/or AWS SES do the heavy lifting of virus…
Adam
  • 1
  • 4
0
votes
2 answers

Can I use SES for one particular email address, Google for the rest?

I want to use SES to receive emails for one email address on my domain: myhotstartup.pizza. The problem is, all our emails for myhotstartup.pizza are currently in Google for Work, so ceo@myhotstartup.pizza for example has a gmail inbox. Now it seems…
user31415629
  • 301
  • 2
  • 12
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
  • 552
  • 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
  • 660
  • 1
  • 10
  • 20