Questions tagged [amazon-simple-email-service]

51 questions
0
votes
0 answers

SES domain verification for non existent domain

I have setup SES in sandbox account to test sending emails. I created domain identity for sending emails. I used a (sub)domain (say, test.example.com) which does not exist; whereas example.com does exist. I have added CNAME records in my DNS and the…
0
votes
1 answer

Simplest way to receive email to a lambda - AWS Simple Email

I am new to SES and thought it would be a quick setup but its looking a bit more involved than expected. I also have to go through a client so I want to make sure I understand my options before I make any requests. So I have a client who has set up…
L Xandor
  • 1,659
  • 4
  • 24
  • 48
0
votes
0 answers

Does SES show recipients?

I need to list down all the recipients to whom SES has sent emails along with the content and delivery status. I was using Mailchimp for this but now I have switched to SES but I am stuck with this problem. Please guide
0
votes
0 answers

How do I connect AWS SMTP with React JS to send emails

I am new to working with Amazon Web Services. I have a contact support form on my website that I am trying to make functional. Fields in the form: Name: Email: Topic: Message: Once the user clicks on the "send" button, I want to trigger an email…
0
votes
1 answer

Configure Matomo to send emails using AWS Signature Version 4

My Matomo instances have been logging messages like this for a while: 2022-08-31 06:57:46 SERVER -> CLIENT: 535 Signature Version 2 is deprecated for use with SES from March 26, 2021. From that date on, we are progressively rejecting such requests.…
tobias47n9e
  • 2,233
  • 3
  • 28
  • 54
0
votes
0 answers

Email clients access my webapp with changed / strange URLs

For a few years now I observe a strange behaviour, most likely triggered by enduser's email clients using my webapp (Ruby on Rails system, doesn't matter tho). I am running a mid sized business and send out thousands of mails to my customers each…
0
votes
0 answers

AWS SES w/ Lambda - Test sending email via SES dashboard works. API call throwing 404 and 405 on different environments. Tutorial followed

I apologize if any terminology or logic is nonsensical, I've been thrown into the fire with this issue and I'm still new. My employer's previous web developer had implemented a contact form on a static website that utilizes AWS and Amazon SES to…
0
votes
1 answer

AWS Simple Email Service escape user input for XSS

I'm looking at using Amazon's Simple Email Service (SES) to send out some emails using their templates. However, the email templates will need to contain user entered data. In order to prevent XSS attacks, I need to escape any html or javascript in…
frodo2975
  • 10,340
  • 3
  • 34
  • 41
0
votes
1 answer

How to send emails based on data filled in a form?

function ifstatement() { const ss = SpreadsheetApp.getActiveSpreadsheet(); const ws = ss.getSheetByName("Product Form"); const ws2 = ss.getSheetByName("Email details"); var Avals = ws.getRange("c1:c").getValues(); var lr =…
0
votes
1 answer

How to add configuration set to AWS SES emails using aws-ses gem Rails

I am able to send emails successfully using aws-ses gem but I wanted to add configuration set while sending email. Below are my configurations. Help me in adding configuration set. Gem which I am using gem "aws-ses", git:…
0
votes
0 answers

Can i use a single AWS account for multiple websites which need SES?

We are a growing agency and we like to use SES to improve deliverability for emails that get generated by client websites. The agency has an AWS account which uses SES and we would now like to add in another website. However, despite the fact you…
0
votes
1 answer

How to send attachment using AWS SDK SES

I'm having some issue using AWS SDK SES. I have a Lambda whose goal is to generate a file and send it in csv format. After creating my AWS Lambda and writing the code to fetch data, i checked the Aws docs to send an email with attachment and…
Robdll
  • 5,865
  • 7
  • 31
  • 51
0
votes
2 answers

Using Multiple Mail Servers for single domain

I've setup two mail servers 1. Gmail sever for handling certain email of my domain.com 2. A custom sendgrid inbound parse that also accepts certain email for my domain.com Now I've two MX records on DNS setting for both mail servers. but I see…
0
votes
1 answer

Email message forwarding: Python AWS lambda function is producing the wrong FROM address

The lambda function is designed to use AWS Simple Email Service (SES) for email forwarding. The "sender" address stands for the AWS-hosted email inbox that is filling up with messages. These messages are forwarded to the final "recipient" address by…
0
votes
0 answers

Domain verified for sending how can I verify it for receiving in AWS SES

I have a domain let's call it www.example.com. I have verified the domain in SES for sending, didn't verify it for receiving emails in SES. Is there any way I verify it for receiving without having to restart the verification for sending as well as…