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

feat: add DKIM support, fix bcc and cc, and add markdown support

Open taciturnaxolotl opened this issue 1 year ago • 4 comments

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

taciturnaxolotl avatar Apr 27 '24 18:04 taciturnaxolotl

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

taciturnaxolotl avatar Apr 27 '24 22:04 taciturnaxolotl

Just finished adding markdown support as well

taciturnaxolotl avatar Apr 28 '24 16:04 taciturnaxolotl

Nice work @kcoderhtml ! I tried your code and it worked perfectly, I was able to set DKIM properly

agusmdev avatar Apr 28 '24 23:04 agusmdev

I'm glad it worked for you!

taciturnaxolotl avatar Apr 29 '24 00:04 taciturnaxolotl