[GH-ISSUE #2106] Rich Text/HTML Support in Team Branding Details #606

Open
opened 2026-02-26 18:47:45 +03:00 by kerem · 0 comments
Owner

Originally created by @NDCallahan on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/documenso/documenso/issues/2106

Feature Description

Feature Request: Rich Text/HTML Support in Team Branding Details

Is your feature request related to a problem? Please describe.
In Team Settings → Preferences → Branding, the "Brand Details" field currently only supports plain text. This limits formatting options for teams that want to include structured contact info, links, or styled disclaimers in their email footers.

Describe the solution you'd like
Enable support for Rich Text or HTML in the "Brand Details" field. This would allow teams to:

  • Format content with bold, italics, and line breaks
  • Include clickable links (e.g., website, social media)
  • Add structured contact info (e.g., address, phone, email)
  • Embed styled disclaimers or taglines

Describe alternatives you've considered

  • Using Markdown (less flexible than HTML, but still helpful)
  • Embedding branding in the logo image (not accessible or dynamic)

Additional context
This enhancement would improve brand professionalism and consistency in outbound emails. It also aligns with common expectations for email footers and legal notices.

Screenshots

Image

Use Case

Example HTML snippet:

<p><strong>Acme Rentals</strong><br>
<a href="https://acmerentals.com">acmerentals.com</a><br>
📞 (555) 123-4567 | ✉️ contact@acmerentals.com</p>
Originally created by @NDCallahan on GitHub (Oct 28, 2025). Original GitHub issue: https://github.com/documenso/documenso/issues/2106 ### Feature Description ### ✨ Feature Request: Rich Text/HTML Support in Team Branding Details **Is your feature request related to a problem? Please describe.** In **Team Settings → Preferences → Branding**, the "Brand Details" field currently only supports plain text. This limits formatting options for teams that want to include structured contact info, links, or styled disclaimers in their email footers. **Describe the solution you'd like** Enable support for **Rich Text or HTML** in the "Brand Details" field. This would allow teams to: - Format content with bold, italics, and line breaks - Include clickable links (e.g., website, social media) - Add structured contact info (e.g., address, phone, email) - Embed styled disclaimers or taglines **Describe alternatives you've considered** - Using Markdown (less flexible than HTML, but still helpful) - Embedding branding in the logo image (not accessible or dynamic) **Additional context** This enhancement would improve brand professionalism and consistency in outbound emails. It also aligns with common expectations for email footers and legal notices. ### Screenshots <img width="1512" height="823" alt="Image" src="https://github.com/user-attachments/assets/da405da8-9fac-477d-b5a9-fff9e9bb594b" /> ### Use Case **Example HTML snippet:** ```html <p><strong>Acme Rentals</strong><br> <a href="https://acmerentals.com">acmerentals.com</a><br> 📞 (555) 123-4567 | ✉️ contact@acmerentals.com</p>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#606
No description provided.