cloudflare-email icon indicating copy to clipboard operation
cloudflare-email copied to clipboard

DKIM Support

Open donferi opened this issue 2 years ago • 3 comments

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?

donferi avatar Jul 31 '23 04:07 donferi

Hey Donferi - just ran into the same issue. Did you work this out?

mikebuilds avatar Feb 16 '24 06:02 mikebuilds

@mikebuilds I made a worker that has DKIM and SPF support here. https://github.com/pethin/email-svc

pethin avatar Feb 18 '24 05:02 pethin

With #17 I'm adding DKIM support as well as fixing bcc and cc and adding markdown support; hope that helps!

taciturnaxolotl avatar Apr 28 '24 16:04 taciturnaxolotl