skeggse/terraform-aws-ses-to-gmail

[FEATURE] avoid hot-path message modification

Closed this issue · 0 comments

Currently, new messages are first inserted and then modified to apply the right labels. This works, but is less efficient and reliable than just doing both in a single API call. Requires appropriate multipart/related encodings.