Skip to content

Warn against base64 images in email editors (DOC-2307) - #461

Open
BrindaaRC wants to merge 1 commit into
mainfrom
doc-2307-base64-image-warnings
Open

Warn against base64 images in email editors (DOC-2307)#461
BrindaaRC wants to merge 1 commit into
mainfrom
doc-2307-base64-image-warnings

Conversation

@BrindaaRC

Copy link
Copy Markdown
Contributor

What changed

Adds warnings to both email editor docs advising users to upload images (or reference a hosted image URL) instead of pasting large base64-encoded image data into link/URL fields or HTML.

Why

Support ticket SUP-8422: a client pasted a ~700 KB base64-encoded image directly into a link/URL field. The oversized payload exceeded the message-size limit during the async send, so the campaign failed to send (Sent count 0) with no clear error. The behavior is engineering-confirmed.

Reviewer notes

  • Both warnings state the fix (upload / hosted URL, not base64) and the symptom (campaign fails to send, Sent count 0).
  • Wording generalizes the internal cause to "message-size limit" rather than naming internal infrastructure.
  • Addresses DOC-2307.

🤖 Generated with Claude Code

Add warnings to the drag-and-drop and custom HTML editor docs advising users
to upload images or use a hosted URL instead of pasting large base64-encoded
image data into link/URL fields or HTML. A large base64 payload can exceed
the message-size limit during the async send and cause the campaign to fail
silently with a Sent count of 0.

Addresses DOC-2307 (source SUP-8422).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
moengage 🟢 Ready View Preview Jul 27, 2026, 9:44 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
moengage 🟡 Building Jul 27, 2026, 9:32 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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.

1 participant