Sh4yy / cloudflare-email

This is a simple proxy server that can be used for sending free transactional emails through Cloudflare workers.
MIT License
1.44k stars 336 forks source link

DKIM Support #8

Open donferi opened 1 year ago

donferi commented 1 year ago

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 6 months ago

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

pethin commented 6 months ago

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

kcoderhtml commented 3 months ago

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