mirror of
https://github.com/Sh4yy/cloudflare-email.git
synced 2026-04-27 02:45:52 +03:00
[GH-ISSUE #8] DKIM Support #6
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#6
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?
Originally created by @donferi on GitHub (Jul 31, 2023).
Original GitHub issue: https://github.com/Sh4yy/cloudflare-email/issues/8
Following the docs on how to setup DKIM it looks like we need to be able to pass a couple of things to the personalization object such as
dkim_private_key.As far as I can tell the worker currently doesn’t support that. Am I missing something?
@mikebuilds commented on GitHub (Feb 16, 2024):
Hey Donferi - just ran into the same issue. Did you work this out?
@pethin commented on GitHub (Feb 18, 2024):
@mikebuilds I made a worker that has DKIM and SPF support here. https://github.com/pethin/email-svc
@taciturnaxolotl commented on GitHub (Apr 28, 2024):
With #17 I'm adding DKIM support as well as fixing bcc and cc and adding markdown support; hope that helps!