1 Answer
- Newest
- Most votes
- Most comments
1
Hi, @Mariusz
You cannot render the template through the SMTP interface.
You need to do send-templated-email through the AWS SDK / AWS API.
However, you can also send the rendered body by SMTP by rendering from the template using test-render-template in the AWS SDK before sending by SMTP.
However, there seems to be a rate limit of one per second.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/test-render-template.html
Alternatively, you can send it to another alternative destination with SES + SMTP as shown below, and convert it to template rendering transmission with AWS SDK by custom processing such as Lambda.
https://dev.classmethod.jp/articles/ses-lambda-mail-transfer/
Relevant content
- asked a year ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago