Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

180 questions
0
votes
1 answer

AWS Emails Sender-Verification Limit - An Email for each User

I am building an application that uses AWS for hosting. Additionally I use SES (Simple Email Service) to send emails. So far everything works fine. However the structure of my application requires me to generate emails (someuser@mydomain.com) and…
mo_st
  • 39
  • 5
0
votes
3 answers

How can Amazon send emails from other email services?

Suppose I register an Email address on Gmail for instance. I verify my address(not domain) in Amazon Simple Email Service. Then I send emails using Amazon from this address. Who actually does the sending? Amazon or Gmail? How can Amazon connect to…
Gherman
  • 145
  • 6
0
votes
1 answer

Adding CNAME to domain apex for Hubspot and AWS SES DKIM etc

Both Hubspot and AWS SES require that we add CNAME records to make emails sent through them work. To this end, I've been asked to add various CNAMES to our domain apex e.g. example.com, so we can send emails from e.g. info@example.com (as opposed to…
0
votes
1 answer

aws ses - emails not getting stored in s3 but getting received on Workmail

Can someone please help me, I am trying to store incoming mails to my domain @mydomain.com to s3 , I have followed the procedures mentioned in this link , created a workmail with the domain @mydomain.com , and I am able to send and recieve from…
lazarus
  • 111
  • 4
0
votes
1 answer

How to receive Emails through Amazon SImple Email Service

I would like to receive emails on Amazon SImple Email Service (SES). There is a guide to that but I didn't understand it properly. How can I receive emails? https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing.html I want…
0
votes
1 answer

How can I detect/deal with SES emails that are too large for S3?

I have a RuleSet that places incoming messages into S3, then calls a lambda. However, if the message is larger than 30MB, the message is not placed into S3, and the lambda is never called. How can I detect when this happens? Ideally I'd like to…
user31415629
  • 311
  • 2
  • 12
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
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,195
  • 2
  • 25
  • 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
  • 593
  • 1
  • 10
  • 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
  • 311
  • 2
  • 12