Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
34
votes
3 answers

Remove "via" from emails sent to Gmail from Amazon SES

When sending emails from Amazon SES, gmail shows "sent via amazonses.com". How do I remove this? According to Google, I'm a sender and I don't want my recipients to see the "via" link. What can I do? Gmail checks whether emails are correctly…
csi
  • 1,535
  • 7
  • 22
  • 42
20
votes
2 answers

How to fix .. 554 Message rejected: Email address is not verified

My email has been successfully verified: But I cannot send the emails to others: error : 554 Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-1. Can you, please, help me solve this…
amp
  • 201
  • 1
  • 2
  • 3
20
votes
5 answers

How to receive email using Amazon SES

I'm new to Amazon Web Services (AWS) and AWS Simple Email Service (SES). Does AWS SES allow an app to receive emails? I could not find a reference in SES developer guide. My app requires that received emails for a customer be identified per customer…
java_pill
  • 315
  • 1
  • 2
  • 5
17
votes
4 answers

How do I change the Envelope From in Postfix?

Linux server that uses Postfix to send mail via Amazon SES. When sending email from Wordpress, the emails are rejected due to an improper Envelope From address. How can I configure Postfix to always use myemail@mydomain.com as the Envelope From…
csi
  • 1,535
  • 7
  • 22
  • 42
14
votes
3 answers

How can I make Amazon SES the default method of sending mail from my server?

I'd like to start using Amazon SES for all emails from our server. We have a few freelance designers with PHP hosting, some Django/Python web apps and also some system utilities which send emails. So I'd like to have PHP's mail function, the command…
Jake
  • 619
  • 4
  • 7
  • 17
11
votes
4 answers

AWS SQS + SNS + Lambda

I was wondering if I can send a message to SQS queue and subscribe an SNS topic to it to trigger a lambda for sending an email. SQS -> SNS -> (Lambda) -> SES I know SNS messages can be sent to SQS but I'm curious if the other way around is possible
Chida
  • 2,471
  • 1
  • 16
  • 29
11
votes
2 answers

Amazon SES and EC2 instance in different regions

We need to send transactional emails from our e-commerce website hosted on an EC2 instance. Our regular email service is hosted by Google. The problem is that we are based in Asia-Pacific region where SES is not available. So can we change our…
Golmaal
  • 312
  • 1
  • 5
  • 12
11
votes
3 answers

Is it possible to send email via the amazon ses smtp service with a iam role account?

I have an IAM role with the following policy attached: { "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } As you can see, full access is granted. I use the following python to get the convert…
Wren T.
  • 327
  • 3
  • 5
9
votes
2 answers

Amazon SES vs EC2 Smtp server

We have an existing smtp environment setup in an EC2 instance which is used to send Transactional emails like password reset. Now we have a requirement to send System emails to a large user base in the range of > 1000 emails per day. First question…
8
votes
1 answer

Amazon SES e-mails ending in Yahoo & Hotmail Spam folders, even though SPF and SenderID and DKIM are set correctly

This is incredibly frustrating. My Amazon SES e-mails are ending in Yahoo & Hotmail Spam folders, even though my SPF, SenderID, and DKIM are setup correctly. Since this particular site requires users to confirm their e-mail addresses, I'm losing…
7
votes
2 answers

How to log AWS SES event details

For some reason I'm having trouble connecting the dots on how to do what seems pretty simple. How do I log all e-mail sent through the AWS Simple Email Service with specific message details? That log, at the very minimum, needs to contain the IP…
Appleoddity
  • 3,290
  • 2
  • 10
  • 27
7
votes
2 answers

How to combine SES for sending emails and Gmail for reciving

Usually I use Google Apps for business to handle my domains email send/receive needs. Today I have setup SES for one of my domains to handle email sending needs. My problem is that my understanding about how the domain is going to receive emails is…
mename
  • 81
  • 1
  • 1
  • 4
6
votes
1 answer

Connecting to SMTP server from AWS Lambda

On my AWS Lambda function, my javascript code times out whenever I try to use nodemailer to connect to my Amazon SES SMTP server (port 465). However, if I run the script locally, it works fine, which leads me to believe it's either a problem with…
iRyanBell
  • 413
  • 2
  • 11
  • 20
5
votes
2 answers

Rewrite "from" for specific "to" addresses

We have a setup where postfix sends mails via Amazon SES relay. All is working fine except email forwards. While this topic has already been discuessed at least here and here, there are still some points which I can't wrap my head around. The…
kero
  • 103
  • 1
  • 7
5
votes
1 answer

Will Amazon SES improve spam filtering through typical spam filtering packages

We built web applications which create a fair amount of transactional emails, such as tickets, reminders and logging messages. These emails are typically sent to end users, but most of them are also sent to users inside the client organisation,…
jdog
  • 111
  • 4
  • 28
1
2 3
11 12