cloudflare-email
cloudflare-email copied to clipboard
DKIM Support
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?
Hey Donferi - just ran into the same issue. Did you work this out?
@mikebuilds I made a worker that has DKIM and SPF support here. https://github.com/pethin/email-svc
With #17 I'm adding DKIM support as well as fixing bcc and cc and adding markdown support; hope that helps!