[PR #215] [CLOSED] feat: add react email for email templates #798

Closed
opened 2026-02-26 18:48:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/215
Author: @G3root
Created: 6/25/2023
Status: Closed

Base: mainHead: email-template


📝 Commits (10+)

  • fbb0341 feat: init package.json
  • d4347b3 fix: add to git ignore
  • 737edb4 feat: init package
  • 5ccbdb1 feat: add signing request template
  • fa35040 feat: add default url
  • e623849 fix: package.json
  • b9b0daa feat: use sign in request template
  • a96f9a9 refactor: delete old template
  • 7b1e41d Merge branch 'main' into email-template
  • bc3e013 feat: add request template

📊 Changes

18 files changed (+4172 additions, -426 deletions)

View changed files

📝 .gitignore (+3 -1)
apps/email-templates/components/base-layout.tsx (+31 -0)
apps/email-templates/components/footer.tsx (+27 -0)
apps/email-templates/components/index.ts (+3 -0)
apps/email-templates/components/logo.tsx (+15 -0)
apps/email-templates/emails/signing-done.tsx (+37 -0)
apps/email-templates/emails/signing-request.tsx (+49 -0)
apps/email-templates/index.ts (+4 -0)
apps/email-templates/package.json (+17 -0)
📝 package-lock.json (+3961 -351)
📝 packages/lib/constants.ts (+1 -1)
📝 packages/lib/mail/baseTemplate.ts (+1 -1)
📝 packages/lib/mail/index.ts (+0 -2)
📝 packages/lib/mail/sendSigningDoneMail.ts (+9 -2)
📝 packages/lib/mail/sendSigningRequest.ts (+11 -8)
packages/lib/mail/signingCompleteTemplate.ts (+0 -27)
packages/lib/mail/signingRequestTemplate.ts (+0 -32)
📝 packages/lib/package.json (+3 -1)

📄 Description

No description provided


🔄 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/215 **Author:** [@G3root](https://github.com/G3root) **Created:** 6/25/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `email-template` --- ### 📝 Commits (10+) - [`fbb0341`](https://github.com/documenso/documenso/commit/fbb034107d6fc1c1adbae57213d7c690ef2f7218) feat: init package.json - [`d4347b3`](https://github.com/documenso/documenso/commit/d4347b331c5dc1faa1577773f919cc68ef8c04f2) fix: add to git ignore - [`737edb4`](https://github.com/documenso/documenso/commit/737edb470a91d88c5ace1d87b5e0b0c97abc3394) feat: init package - [`5ccbdb1`](https://github.com/documenso/documenso/commit/5ccbdb1e79d10905724de76270e394d67198dcc4) feat: add signing request template - [`fa35040`](https://github.com/documenso/documenso/commit/fa3504061b059a7fe5b65817182aa3ad22c464d0) feat: add default url - [`e623849`](https://github.com/documenso/documenso/commit/e6238496d9169240d45901d4f8297be0bfbbc254) fix: package.json - [`b9b0daa`](https://github.com/documenso/documenso/commit/b9b0daa7d702268b1e07218c632a660af04215b1) feat: use sign in request template - [`a96f9a9`](https://github.com/documenso/documenso/commit/a96f9a9c6a7b20925c7d7dca83d3c49cf1839f5b) refactor: delete old template - [`7b1e41d`](https://github.com/documenso/documenso/commit/7b1e41dd6bc334a0881c1fe29a1a2489d2345b40) Merge branch 'main' into email-template - [`bc3e013`](https://github.com/documenso/documenso/commit/bc3e013c063e035a6488c2ceecc25bda24bc667e) feat: add request template ### 📊 Changes **18 files changed** (+4172 additions, -426 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) ➕ `apps/email-templates/components/base-layout.tsx` (+31 -0) ➕ `apps/email-templates/components/footer.tsx` (+27 -0) ➕ `apps/email-templates/components/index.ts` (+3 -0) ➕ `apps/email-templates/components/logo.tsx` (+15 -0) ➕ `apps/email-templates/emails/signing-done.tsx` (+37 -0) ➕ `apps/email-templates/emails/signing-request.tsx` (+49 -0) ➕ `apps/email-templates/index.ts` (+4 -0) ➕ `apps/email-templates/package.json` (+17 -0) 📝 `package-lock.json` (+3961 -351) 📝 `packages/lib/constants.ts` (+1 -1) 📝 `packages/lib/mail/baseTemplate.ts` (+1 -1) 📝 `packages/lib/mail/index.ts` (+0 -2) 📝 `packages/lib/mail/sendSigningDoneMail.ts` (+9 -2) 📝 `packages/lib/mail/sendSigningRequest.ts` (+11 -8) ➖ `packages/lib/mail/signingCompleteTemplate.ts` (+0 -27) ➖ `packages/lib/mail/signingRequestTemplate.ts` (+0 -32) 📝 `packages/lib/package.json` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:58 +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#798
No description provided.