When using a mail delivery service, like AWS SES or SendGrid, is there any benefit to including their SPF records for the domain in the RFC5322.From (header-from) header?
With how they operate by default, they use their own RFC5321.MailFrom (envelope-from), which is what SPF is supposed to check against according to the standards.
However, I'm wondering if there's still a benefit, like broken mail servers or mail servers that may check the RFC5322.From against SPF anyways for a spam check. Or just don't bother because it's never checked. Curious if anyone has any field experience about that.
For example, AWS SES uses a subdomain of amazonses.com in the RFC5321.MailFrom. This question assumes that has not been changed with a custom "MAIL FROM" setting.