Fix 123: Ensure HTML emails render correctly with proper MIME types#169
Open
bmoss2015 wants to merge 2 commits into
Open
Fix 123: Ensure HTML emails render correctly with proper MIME types#169bmoss2015 wants to merge 2 commits into
bmoss2015 wants to merge 2 commits into
Conversation
- Remove dark rect from BrandLockupInline on signup + login pages, keep all three polygons and text intact - New public/brand/13-icon-dark-transparent.svg (polygons only, no rect, alpha background) - Regenerate favicons + apple-touch + android-chrome PNGs from the transparent source with sharp - Rebuild public/images/email-logo.png at 400x70 from the inline lockup (three polygons + Next Surplus text in #04261c, no rect) - Delete legacy public/Moss_Equity_Partners_Logo-DLnNK_jY.svg - Add public/previews/ screenshots for signup, login, favicon, and email surfaces Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
4 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes issue where raw HTML tags were visible in emails by:\n\n- Enforcing proper text/html MIME type\n- Ensuring HTML document structure exists\n- Maintaining backwards compatibility with plain text emails\n\nTest plan:\n\n1. Send test email with HTML content to staging inbox\n2. Verify tags render as markup, not raw text