python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to display base64 string as image in email, using AWS SES
I am trying to show an image inside my e-mail. But that image is not getting displayed. I am using base64 string, which I am fetching from S3 bucket.
I am able to get email in inbox, but only thing im...

PU_
Votes: 0
Answers: 1
Get success status AWS SES
Prerequisites
I use AWS SES to send an email with event publishing to track the delivery status.
Problem
I'm looking for an event to make sure that an email is successfully sent to the end-user.
Descr...

Yevhen Tkachenko
Votes: 0
Answers: 2
SES.sendEmail in Lambda not calling Promise
When I make a call to ses.sendEmail the promise is never called. This is function in my lambda layer being called by my lambda function.
Here's the sendEmail function I have..
var aws = require ('aws-...
Etep
Votes: 0
Answers: 3
How do you view the full AWS SES error message?
CURRENTLY
I use AWS SES with my Wordpress site and WooCommerce plugin.
Emails sent to @bigpond.net users fail
ISSUE
I want to examine the unique 16 character message ID, and a code looking like IBxx...

Wronski
Votes: 0
Answers: 1