'How to add a profile picture in AWS SES

I want to add a profile picture to the emails I send through Amazon Simple Email Service (SES), I know it has been known to be not supported, but I could not ignore the fact that Amazon [dot] com/in emails contain a profile picture, I'm assuming here that amazon [dot] com/in use AWS SES themselves.

Help would be appreciated.

enter image description here



Solution 1:[1]

The AWS SES API doesn't support this.

And just because you see the avatar in an email coming from amazon.in doesn't mean they use SES themselves.

However, when receiving emails, the SES API client itself will get the avatar image automatically based on the given email, provided that email service supports avatar images.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1