Created: 2026-09-21Last Updated: 2026-09-21Author: Pieter Beulque
Summary
Resend is moving from their SES wrapper to their own sending infrastructure. After running this test in sandbox for a few weeks, we’ll now switch our production sending infrastructure to it.Context
So far, sandbox has sent 17,900 emails through Resend Forge with a tiny 0.53% bounce rate. All the bounces were not reputation related, but just “mailbox full”, “address does not exist”. Also, the aggregated metrics as a whole for Forge are pretty good:- 99.8% of email deliveries on the new engine are delivered within 3 minutes vs 97.9% on the old one
- P50 delivery time is 23% faster
- Receivers defer/delay the new engine far less: 0.8% of sends delayed vs 19.9% on the old one
Implementation
Resend Forge can be enabled through the Resend dashboard, and requires an additional DNS record:render_service module, like so:
Security considerations
Always fill this in. If a point does not apply, write “None” and a short why.- Data in and out — No changes. Underlying email data won’t touch SES anymore, so one less subprocessor
- Who can access it — No changes. Underlying email data won’t touch SES anymore, so one less subprocessor
- Data we store — No changes. Underlying email data won’t touch SES anymore, so one less subprocessor
- Risks — No security risks

