So in SES - there are two ways to verify identities as I can see:
- Email identities
- Domain identities
With domain identiies - it is easier to fix the "signed-by" and "mailed-by" headers in the outgoing mails. If the DKIM/SPF DNS records are set properly - it works well.
But with email identities - AWS SES adds something like "via amazonses.com". Now I am looking to fix this with my app's branding instead. So that when my clients only want to verify email identities and not whole domains - they can send emails via my app (and behind the scenes via SES) but when the emails go out - instead of saying "via amazonses.com", it should put my apps brancing like "via example.com" instead for the email identities.
How can I achieve this? :)
EDIT:
- Someone verifies an email identity - [email protected] - I want it to say "via mydomain.com" instead of "via amazonses.com"
- Someone verifies clientdomain.com - I want it to say "signed-by: clientdomain.com" and the "via...." will be removed
Number 2 is simple and I can achieve that with EasyDKIM in SES but I am having trouble figuring out how to achieve number 1