Email · Resend API
Route WordPress wp_mail through Resend — masked API key, send log, test button. Free tier: 100 emails/day.
Replace PHP mail() with Resend HTTP API — password resets, WooCommerce, forms.
Settings · wp-admin
Masked API key, from email/name, reply-to. Override via RSE_API_KEY or RESEND_API_KEY in wp-config.
| Setting | Value |
|---|---|
| API key | re_••••••••••••abcd (masked) |
| From | Acme Site <noreply@acme.com> |
| Reply-To | support@acme.com |
| Bridge | enabled |
to · subject · status · resend id · error · time
| To | Subject | Status | Resend ID |
|---|---|---|---|
| user@example.com | Your password reset | sent | 7f3a… |
| shop@example.com | Order #1042 confirmed | sent | 9b2c… |
| bad@invalid | Newsletter blast | failed | — |
Bridge on · 100/day free tier
Reply-to · larger log
Log-only · no API calls
Redirect to admin
| Endpoint / command | Action |
|---|---|
GET rse/v1/status | Health snapshot |
POST rse/v1/test | Send test email |
wp rse preset staging-safe | Apply log-only preset |