I just started using AWS SES to send emails from my application. I verified my domain in the SES dashboard, and the test emails worked fine.
I'm using the .Net SDK to make API calls through SendEmail. When I set the "source" attribute to johndoe@domain.com
it goes straight to my inbox, but when I set it to John Doe <johndoe@domain.com>
it goes straight to spam and DKIM/DMARC fail.
Is there a way to set a display name on my emails that does not trigger a DKIM/DMARC fail?