Skip to content

Amazon SES Mail Attachment with Templates

0

Hello everyone,

I would like to send emails with attachments but i would like to also use templates.

Is there any Java 11 example codes for this?

2 Answers
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)

EXPERT
answered 3 years ago
  • We are not able to select templates with MIME

  • The linked code doesn't use email templates

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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.