2 Answers
- Newest
- Most votes
- Most comments
0
Hi. is this document helpful?
The following code example shows how to use the JavaMail library and the AWS SDK for Java to compose and send a raw email.
https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html
(I'm not sure if it works with Java 11)
0
Doesn't seem possible at all, you can only use HTML not multipart content. So you can either embed your images within HTML or use external URLs.
Big limitation of SES IMO
answered a year ago
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago

We are not able to select templates with MIME
The linked code doesn't use email templates