[PR #17] feat: add DKIM support, fix bcc and cc, and add markdown support #20

Open
opened 2026-03-04 00:01:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Sh4yy/cloudflare-email/pull/17
Author: @taciturnaxolotl
Created: 4/27/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • f18ac57 Update deploy script to use "wrangler deploy" instead of "wrangler publish"
  • f30b5a3 chore: migrate to bun
  • bd4da10 feat: add initial DKIM configuration to email sending
  • d0352cf Add placement mode configuration to wrangler.toml
  • 5967702 Fix error handling in email sending
  • 44c5e47 Update DKIM configuration in wrangler.toml
  • 520f51f Update deployment instructions in README.md
  • c1098ec bug: fix bcc and cc not being in the personalization object
  • f38d561 feat: add markdown parsing and sanitization
  • e0d19bb remove: console log message in Email class

📊 Changes

9 files changed (+58 additions, -1720 deletions)

View changed files

📝 README.md (+6 -3)
bun.lockb (+0 -0)
package-lock.json (+0 -1702)
📝 package.json (+9 -3)
📝 src/controllers/email.ts (+32 -9)
📝 src/main.ts (+2 -2)
📝 src/schema/email.ts (+1 -0)
📝 worker-configuration.d.ts (+3 -0)
📝 wrangler.toml (+5 -1)

📄 Description

I added DKIM support and made the error logging more effective by logging the error returned by mailchannels. BTW, this is a lifesaver for saving on time and effort writing my own worker; really appreciate all the hard work!

Closes: #8


🔄 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/Sh4yy/cloudflare-email/pull/17 **Author:** [@taciturnaxolotl](https://github.com/taciturnaxolotl) **Created:** 4/27/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`f18ac57`](https://github.com/Sh4yy/cloudflare-email/commit/f18ac575f30ff927bb5dce6f33f1708810c578b5) Update deploy script to use "wrangler deploy" instead of "wrangler publish" - [`f30b5a3`](https://github.com/Sh4yy/cloudflare-email/commit/f30b5a31260d18a543000d0454c384e9f43b1307) chore: migrate to bun - [`bd4da10`](https://github.com/Sh4yy/cloudflare-email/commit/bd4da102bdfb6c9e4e855f7a6d037c4de1862cea) feat: add initial DKIM configuration to email sending - [`d0352cf`](https://github.com/Sh4yy/cloudflare-email/commit/d0352cf58e3da5655a7fbcfeef525783d906dca7) Add placement mode configuration to wrangler.toml - [`5967702`](https://github.com/Sh4yy/cloudflare-email/commit/59677020f100e6f0180cb6d75152f1cb3dee0bf9) Fix error handling in email sending - [`44c5e47`](https://github.com/Sh4yy/cloudflare-email/commit/44c5e4760ea07b3e5566341e1751ec22fd11ab3c) Update DKIM configuration in wrangler.toml - [`520f51f`](https://github.com/Sh4yy/cloudflare-email/commit/520f51fd17bdec654320b5d680bf765937e396e3) Update deployment instructions in README.md - [`c1098ec`](https://github.com/Sh4yy/cloudflare-email/commit/c1098ecb2b86b228937363e40b6926afce2e3dca) bug: fix bcc and cc not being in the personalization object - [`f38d561`](https://github.com/Sh4yy/cloudflare-email/commit/f38d561276874d81d826b6c64f8f1a84c50a859d) feat: add markdown parsing and sanitization - [`e0d19bb`](https://github.com/Sh4yy/cloudflare-email/commit/e0d19bbf2b8acc998676591681c2b40156feecc1) remove: console log message in Email class ### 📊 Changes **9 files changed** (+58 additions, -1720 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -3) ➕ `bun.lockb` (+0 -0) ➖ `package-lock.json` (+0 -1702) 📝 `package.json` (+9 -3) 📝 `src/controllers/email.ts` (+32 -9) 📝 `src/main.ts` (+2 -2) 📝 `src/schema/email.ts` (+1 -0) 📝 `worker-configuration.d.ts` (+3 -0) 📝 `wrangler.toml` (+5 -1) </details> ### 📄 Description I added DKIM support and made the error logging more effective by logging the error returned by mailchannels. BTW, this is a lifesaver for saving on time and effort writing my own worker; really appreciate all the hard work! Closes: #8 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/cloudflare-email#20
No description provided.