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
Reviewing files that changed from the base of the PR and between 62d7c44 and 923a7e3.
📒 Files selected for processing (8)
apps/smtp-server/src/server.ts
apps/web/src/app/api/ses_callback/route.ts
apps/web/src/env.js
apps/web/src/lib/sns-validator.ts
apps/web/src/server/auth.ts
apps/web/src/server/public-api/api-error.ts
apps/web/src/types/aws-types.ts
docker-compose.yml
Walkthrough
This PR introduces SNS signature validation for email callbacks and adds OAuth provider support. It includes a new SNS validator module that validates AWS SNS message signatures with certificate caching. The OAuth configuration is added to the auth system alongside existing providers. Environment variables for OAuth provider credentials are introduced and exposed at runtime. The SES callback endpoint now validates incoming SNS messages before processing. Docker Compose configuration is updated with new smtp-server and usesend services. Minor formatting and logging updates appear throughout.
Possibly related PRs
rebrand to useSend #210: Contains overlapping changes to apps/smtp-server/src/server.ts with environment variable and rebrand modifications affecting the same file.
Suggested labels
codex
Tip
Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
lukegreenwood
changed the title
Update to latest useSend upstream 01/03/26Please ignoreMar 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opened by mistake, please disregard.
Summary by CodeRabbit
Release Notes
New Features
Chores