This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
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
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.
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
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.
About Email warmup calculator on Product Hunt
“Most practical Email warmup timeline calculator”
Email warmup calculator was submitted on Product Hunt and earned 7 upvotes and 6 comments, placing #158 on the daily leaderboard. Built a warmup calculator that reads your SPF/DKIM/DMARC instead of asking you to guess them.
Email warmup calculator was featured in Email (36.7k followers), Email Marketing (33.5k followers) and Games (98.7k followers) on Product Hunt. Together, these topics include over 38k products, making this a competitive space to launch in.
Who hunted Email warmup calculator?
Email warmup calculator was hunted by Jenish Bhandari. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Email warmup calculator stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
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