You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional email-event logging for operators who choose the third-party Resend service to send email; ePDS continues to support other email providers.
6
+
7
+
**Affects:** Operators
8
+
9
+
**Operators:** ePDS remains compatible with any SMTP provider and does not require Resend. Operators who already use Resend can opt in by registering `https://<AUTH_HOSTNAME>/webhooks/resend` for the documented email events and setting `RESEND_WEBHOOK_SECRET`; optional Resend open tracking adds `opened` logs. The route verifies each webhook, logs only events whose sender exactly matches `SMTP_FROM`, and does not persist webhook data.
Copy file name to clipboardExpand all lines: docs/configuration.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,57 @@ buttons appear on the login page.
198
198
|`POSTMARK_SERVER_TOKEN`| Postmark server token |
199
199
|`EMAIL_TEMPLATE_ALLOWED_DOMAINS`| Optional comma-separated list of HTTPS hostnames from which `email_template_uri` can be fetched. If unset, any HTTPS URL is allowed. If set, templates hosted on unlisted domains are logged as a warning and ignored. |
200
200
201
+
#### Optional Resend email event logs
202
+
203
+
ePDS does **not** require Resend: operators can use any SMTP provider. This
204
+
provider-specific integration is only for operators who already send through
205
+
Resend and choose to log its email webhooks. Without
206
+
`RESEND_WEBHOOK_SECRET`, the webhook route is not mounted.
0 commit comments