python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Amazon SES error: The From ARN is not a valid SES identity
I am new to amazone SES and trying to set up my .net core API to send emails using SES. Here is code I`m using to send emails:
SendEmailRequest request = new SendEmailRequest();
request.FromEm...
Andrii Harashchak
Votes: 0
Answers: 1
AWS SES sendEmail(...).promise().then(...) TypeError: Cannot read property 'then' of undefined
using node v14.18.1
sesLib is an import.const sesLib = new AWS.SESV2({ ...}) is defined elsewhere
From MDN documentation:
The then() method returns a Promise. It takes up to two arguments:
callback f...
Ridhwaan Shakeel
Votes: 0
Answers: 0
AWS SES Raw Email is sending both html and plain text
I'm following this helpful article to send an attachment using AWS SES (raw email).
It is working! Just one problem...the email is delivering both the html and the plain text. The plain text is displa...
Colfah
Votes: 0
Answers: 2
Testcontainers, Localstack SES and Publishing to SNS
I'm using Spring Boot 2.6.3, with testcontainers version 1.16.3 and aws-java-sdk version 1.12.178. I'm trying to create an Integration test using testcontainers and the testcontainer localstack module...
sabbysabs
Votes: 0
Answers: 0