How to add a profile picture in AWS SES

Viewed 483

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

2 Answers

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.

Related