diff --git a/site/src/pages/warmup.astro b/site/src/pages/warmup.astro index e541e3dc..8ddf955a 100644 --- a/site/src/pages/warmup.astro +++ b/site/src/pages/warmup.astro @@ -374,6 +374,73 @@ const faq = [ + +
+
+
+
Why warmup matters
+

+ A fresh mailbox is suspicious by default. +

+

+ Gmail and Microsoft treat new senders cautiously. Without a behaviour history, a brand-new domain that immediately starts cold outreach looks like the worst-case sender. Warmup is the only way to build that history without a complaint event. +

+
+ +
+ +
+
+ + Without warmup +
+
    + {[ + 'No sending history. Providers default to suspicion on first volume spike.', + 'Inbox vs spam classification has no positive signal to lean on.', + 'Any complaint or hard bounce moves reputation faster because the baseline is empty.', + 'Engagement signals (replies, moves from spam) take longer to accrue.', + 'First catastrophic event can hit within days of starting cold sends.', + ].map((b) => ( +
  • + + {b} +
  • + ))} +
+
+ + +
+
+ + With Warmbly warmup +
+
    + {[ + 'Gradual volume ramp matches what a real mailbox usage looks like.', + 'Inbox arrivals at vetted partners build a positive placement signal.', + 'Replies in the pool produce real engagement history at the receiver.', + 'Verification tokens prove the activity is genuine, not self-replied noise.', + 'Per-mailbox bands quarantine drift weeks before providers would act.', + ].map((b) => ( +
  • + + {b} +
  • + ))} +
+
+
+ +

+ Reputation is per-mailbox, per-IP, and per-domain. Warmup builds all three simultaneously. We do not publish placement-improvement percentages because the answer depends on your domain age, content quality, list hygiene, and DMARC posture more than anything we control. +

+
+
+