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

This is a simple proxy server that can be used for sending free transactional emails through Cloudflare workers.

Results 12 cloudflare-email issues
Sort by recently updated
recently updated
newest added

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...

Features: - timingSafeEqual token check - DKIM support - DNS setup bash script - GitHub action

Replace `===` with `crypto.subtle.timingSafeEqual` in https://github.com/Sh4yy/cloudflare-email/blob/main/src/middlewares/auth.ts#L16 to prevent timing attacks. Example: https://developers.cloudflare.com/workers/examples/protect-against-timing-attacks/

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...

I am trying to understand how this is 'free' and what the limits are? Especially since it uses MailChannels as a relay, whose services start at $500 USD/month.

can you add functionality for attaching files

Add deploy action to make the "Deploy with Workers" work!

Hi, I am trying to install this with the cloudflare deploy option,but after now 1 hour the status still showing " [Initializing] " Is this still working or not, or...

Hi, How can we use this to send notification mails from websites like wordpress and other? or like a smtp service.

I have deploy my this worker into production. And added a `SPF` record and a `_mailchannels` record to my domainA. And added a custom domainB to my worker. Then try...