[PR #1735] [CLOSED] feat: Added AWS SES email transport #1819

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1735
Author: @dev2adventure
Created: 3/29/2025
Status: Closed

Base: mainHead: feat-ses-transport


📝 Commits (4)

  • 0df331d feat: integrate AWS SES for email transport
  • 65de21b refactor: move SES client initialization into getTransport function for improved encapsulation
  • 3b2ec11 refactor: update SES client import and configuration for improved clarity and modularity
  • 5b8604a refactor: update SES region configuration to use environment variable

📊 Changes

4 files changed (+8013 additions, -173 deletions)

View changed files

bun.lock (+7345 -0)
📝 package-lock.json (+641 -172)
📝 packages/email/mailer.ts (+25 -0)
📝 packages/email/package.json (+2 -1)

📄 Description

Description

Added support for using AWS SES (Simple Email Service) to send outgoing emails from Documenso.

Changes Made

  • Added new environment variables for configuring SES
  • Added nodemailers native SES transport
  • Added @aws-sdk/client-ses library

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 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/1735 **Author:** [@dev2adventure](https://github.com/dev2adventure) **Created:** 3/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-ses-transport` --- ### 📝 Commits (4) - [`0df331d`](https://github.com/documenso/documenso/commit/0df331dd539107c43e02b4de8650319b49c25ed6) feat: integrate AWS SES for email transport - [`65de21b`](https://github.com/documenso/documenso/commit/65de21bef844c6ffb2af05ef64e54c824295c93e) refactor: move SES client initialization into getTransport function for improved encapsulation - [`3b2ec11`](https://github.com/documenso/documenso/commit/3b2ec118ea07173b0eadef8ea0fd82da3b713b34) refactor: update SES client import and configuration for improved clarity and modularity - [`5b8604a`](https://github.com/documenso/documenso/commit/5b8604a96a5ff0178f4635387f752620d7f61257) refactor: update SES region configuration to use environment variable ### 📊 Changes **4 files changed** (+8013 additions, -173 deletions) <details> <summary>View changed files</summary> ➕ `bun.lock` (+7345 -0) 📝 `package-lock.json` (+641 -172) 📝 `packages/email/mailer.ts` (+25 -0) 📝 `packages/email/package.json` (+2 -1) </details> ### 📄 Description ## Description Added support for using AWS SES (Simple Email Service) to send outgoing emails from Documenso. ## Changes Made - Added new environment variables for configuring SES - Added nodemailers native SES transport - Added ``@aws-sdk/client-ses`` library ## Checklist - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:12 +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#1819
No description provided.