cloudflare-email
cloudflare-email copied to clipboard
feat: add DKIM support, fix bcc and cc, and add markdown support
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
I also fixed bcc and cc as they needed to be in the personalization object as shown here: https://api.mailchannels.net/tx/v1/documentation
Just finished adding markdown support as well
Nice work @kcoderhtml ! I tried your code and it worked perfectly, I was able to set DKIM properly
I'm glad it worked for you!