mirror of
https://github.com/Sh4yy/cloudflare-email.git
synced 2026-04-27 02:45:52 +03:00
[PR #17] feat: add DKIM support, fix bcc and cc, and add markdown support #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare-email#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Sh4yy/cloudflare-email/pull/17
Author: @taciturnaxolotl
Created: 4/27/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
f18ac57Update deploy script to use "wrangler deploy" instead of "wrangler publish"f30b5a3chore: migrate to bunbd4da10feat: add initial DKIM configuration to email sendingd0352cfAdd placement mode configuration to wrangler.toml5967702Fix error handling in email sending44c5e47Update DKIM configuration in wrangler.toml520f51fUpdate deployment instructions in README.mdc1098ecbug: fix bcc and cc not being in the personalization objectf38d561feat: add markdown parsing and sanitizatione0d19bbremove: 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.