Launching today

Email warmup calculator
Most practical Email warmup timeline calculator
8 followers
Most practical Email warmup timeline calculator
8 followers
Built a warmup calculator that reads your SPF/DKIM/DMARC instead of asking you to guess them.




Every warmup calculator I've used is a form pretending to be a tool. Domain age, SPF, DKIM, DMARC, they just ask you, and most people answer from memory or don't know their own DMARC policy is inherited from the root domain instead of missing.
So I built one that actually looks it up instead of asking:
- Domain registration date via RDAP (not asked)
- SPF walked through the full include chain, checked against the 10-DNS-lookup limit in RFC 7208, a record can look fine and still be broken past that limit, and +all gets scored near zero instead of "configured"
- DKIM checked for revocation, not just presence, an empty p= tag revokes the key per - RFC 6376, so a checker that only asks "is p= there" calls a dead key healthy
- DMARC read with the sp= subdomain fallback from RFC 7489, since most tools report "no DMARC" on a sending subdomain that's fully covered by the root policy
Would be great if it could simulate a small test send and actually tell you how many inboxes you pass through before hitting spam, rather than just showing the math.
@c_oglu86713 Really good call-out. A live test-send with actual inbox placement across Gmail/Outlook/Yahoo is a genuinely different tier of tool though, that needs a real seed-inbox network to check where mail actually lands, not just a DNS read. It's on my radar as a "maybe someday" but honestly that's closer to what dedicated inbox-placement tools (or lemwarm's own monitoring, once you're actively warming up) are built for. This calculator's job is more the step before that telling you if your auth is even ready for a real test. Would you use a lighter version of that (like a one-time simulated check) even without ongoing monitoring, or is it the ongoing tracking that's the actual value for you?
the way it just reads your actual DNS records instead of making you copy paste is such a relief. whoever thought of skipping the guesswork deserves a coffee
@yakuplkrm Thanks Yakup! That was the whole point, honestly every other calculator I'd used just asks you to self-report SPF/DKIM/DMARC status, and most people genuinely don't know if theirs is right. Reading the actual records (and walking the SPF include chain, checking for DKIM revocation, etc.) felt like the only way to make the timeline actually mean something instead of just being a generic "wait 4 weeks" rule. Appreciate you noticing that part specifically 🥲
Finally a warmup tool that actually pulls my DNS records instead of making me paste them in. Saved me a solid ten minutes on setup.