I’d like to recommend that if you’re using an email delivery system, you should definitely set up SPF and DKIM configurations.
An acquaintance consulted me saying, “I’m having trouble with my mailing list system where emails aren’t reaching some recipients.”
When I investigated, I found that “SPF was configured but DKIM was not set up,” so I concluded that was likely the cause and recommended setting up DKIM.
Regarding SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail), the following articles were easy to understand, so please refer to them:
In general, to understand email spoofing countermeasures, I recommend reading through “Anti-spoofing Portal Naritai” as it provides comprehensive understanding.
Amazon SES and SendGrid allow you to set up SPF and DKIM without additional charges, but there seem to be services that don’t.
For example, “CombzMail,” an email delivery system, appears to offer DKIM configuration only in higher-tier pricing plans.
This means that even if a pricing plan looks cheap, you might end up with an expensive plan once you “set up SPF and DKIM.” Therefore, I recommend comparing pricing plans across email delivery services with the assumption that you’ll set up SPF and DKIM from the start.
AWS Official Documentation:
Other helpful articles:
I want to set up SPF and DKIM before the initial email transmission to improve email delivery rates. That’s all from the Gemba.