Backend/emails: Port to host request emails to new system#8714
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3779ed1 to
35e0179
Compare
1c30058 to
4a4fc71
Compare
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR mainly ports existing host request emails to a new internal email system without adding a clearly new user-facing feature or fixing a major user-visible problem. Although users may notice some email layout consistency and the quick decline button remains supported, this is primarily backend/template migration work. 🤖 Bot Debug InformationModel: |
Ports host request emails to the new email system.
I added a system to share strings between different emails. It's not the prettiest but I intend to iterate on it once I'm done porting emails.
Depends on #8715 to get the side-by-side layout for the "View request" and "Quick decline" buttons. Without it the buttons will be one on top of each other.
Testing
Inspected emails resulting from
uv run dump-emails.(See note above about stacked buttons)
Backend checklist
developif necessary for linear migration historyFor maintainers