Skip to content

fix: address the blast copy to team@, which Email Routing delivers - #8

Merged
rayhanadev merged 1 commit into
mainfrom
fix/blast-to-team
Sep 1, 2026
Merged

rayhanadev merged 1 commit into
mainfrom
fix/blast-to-team

Conversation

@rayhanadev

Copy link
Copy Markdown
Member

Both blast paths bcc the real recipients and put events@purduehackers.com in the To, so that address is only ever the copy we keep for ourselves. It has no Email Routing rule on the zone — team@purduehackers.com is the address that does — so that copy was going to an address nothing delivers.

Same reasoning as the reply-to in #7, applied to the other half of the envelope.

tsc --noEmit and prettier --check clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AHAyCUvMbU4jG9bg5EuC3C

Both blast paths bcc the real recipients and put events@purduehackers.com in the
To, so that address is only ever the copy we keep. It has no Email Routing rule
on the zone — team@purduehackers.com is the one that does — so the copy was
addressed to somewhere nothing delivers.

Same reasoning as the reply-to, applied to the other half of the envelope.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AHAyCUvMbU4jG9bg5EuC3C
Copilot AI lite review requested due to automatic review settings September 1, 2026 05:20
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
cms Building Building Preview Sep 1, 2026 5:20am UTC

Request Review

@rayhanadev
rayhanadev merged commit e2b7e77 into main Sep 1, 2026
1 of 2 checks passed
@rayhanadev
rayhanadev deleted the fix/blast-to-team branch September 1, 2026 05:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes where the internal “copy” of outgoing event blast emails is delivered by updating the to address (the real recipients are BCC’d) to an address that is covered by the domain’s Email Routing rules.

Changes:

  • Update event blast sending (Events collection) to send the internal copy to team@purduehackers.com instead of events@purduehackers.com.
  • Update manual email blast sending (Emails collection) to send the internal copy to team@purduehackers.com.
  • Add clarifying inline comments explaining why the to field must be a routable address.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/collections/Events.ts Routes the blast “To” copy to team@purduehackers.com so the kept copy is actually delivered.
src/collections/Emails.ts Routes the manual blast “To” copy to team@purduehackers.com for consistent deliverability.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants