[PR #430] [MERGED] feat: update email templates #971

Closed
opened 2026-02-26 19:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/430
Author: @dguyen
Created: 9/26/2023
Status: Merged
Merged: 9/28/2023
Merged by: @Mythie

Base: feat/refreshHead: feat/update-email-templates


📝 Commits (4)

  • e5fa2f4 feat: update email templates
  • 334671e feat: add email forgot password action
  • 81f9b2f Merge branch 'feat/refresh' into feat/update-email-templates
  • 6e2d1fb fix: add missing URL to email template

📊 Changes

15 files changed (+136 additions, -111 deletions)

View changed files

📝 apps/marketing/src/components/(marketing)/single-player-mode/create-single-player-document.action.ts (+1 -2)
apps/web/public/static/user-plus.png (+0 -0)
packages/email/static/user-plus.png (+0 -0)
📝 packages/email/template-components/template-document-completed.tsx (+20 -22)
packages/email/template-components/template-document-image.tsx (+28 -0)
📝 packages/email/template-components/template-document-invite.tsx (+4 -20)
📝 packages/email/template-components/template-document-pending.tsx (+15 -20)
📝 packages/email/template-components/template-document-self-signed.tsx (+44 -22)
📝 packages/email/template-components/template-forgot-password.tsx (+5 -9)
📝 packages/email/template-components/template-reset-password.tsx (+14 -9)
📝 packages/email/templates/document-completed.tsx (+1 -1)
📝 packages/email/templates/document-invite.tsx (+1 -1)
📝 packages/email/templates/document-self-signed.tsx (+1 -3)
📝 packages/email/templates/forgot-password.tsx (+1 -1)
📝 packages/email/templates/reset-password.tsx (+1 -1)

📄 Description

Changes:

  • Improve consistency across email templates
  • Improve button alignments
  • Add SPM email attachment
  • Add "Sign In" button for forgot password email template
  • Update SPM email template to promote new accounts

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/430 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 9/26/2023 **Status:** ✅ Merged **Merged:** 9/28/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `feat/update-email-templates` --- ### 📝 Commits (4) - [`e5fa2f4`](https://github.com/documenso/documenso/commit/e5fa2f449072a1316da6b4a965c73d56610113c9) feat: update email templates - [`334671e`](https://github.com/documenso/documenso/commit/334671ef85a16c792be073edfb7412b133f26f7d) feat: add email forgot password action - [`81f9b2f`](https://github.com/documenso/documenso/commit/81f9b2f776e820ae747d9cefc8d25268ecfc96b5) Merge branch 'feat/refresh' into feat/update-email-templates - [`6e2d1fb`](https://github.com/documenso/documenso/commit/6e2d1fb1486ae3069384fb14c13f011e7b3cf069) fix: add missing URL to email template ### 📊 Changes **15 files changed** (+136 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/components/(marketing)/single-player-mode/create-single-player-document.action.ts` (+1 -2) ➕ `apps/web/public/static/user-plus.png` (+0 -0) ➕ `packages/email/static/user-plus.png` (+0 -0) 📝 `packages/email/template-components/template-document-completed.tsx` (+20 -22) ➕ `packages/email/template-components/template-document-image.tsx` (+28 -0) 📝 `packages/email/template-components/template-document-invite.tsx` (+4 -20) 📝 `packages/email/template-components/template-document-pending.tsx` (+15 -20) 📝 `packages/email/template-components/template-document-self-signed.tsx` (+44 -22) 📝 `packages/email/template-components/template-forgot-password.tsx` (+5 -9) 📝 `packages/email/template-components/template-reset-password.tsx` (+14 -9) 📝 `packages/email/templates/document-completed.tsx` (+1 -1) 📝 `packages/email/templates/document-invite.tsx` (+1 -1) 📝 `packages/email/templates/document-self-signed.tsx` (+1 -3) 📝 `packages/email/templates/forgot-password.tsx` (+1 -1) 📝 `packages/email/templates/reset-password.tsx` (+1 -1) </details> ### 📄 Description Changes: - Improve consistency across email templates - Improve button alignments - Add SPM email attachment - Add "Sign In" button for forgot password email template - Update SPM email template to promote new accounts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:16 +03:00
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#971
No description provided.