diemar27
diemar27
CDCloudflare Developers
Created by Arbee on 8/16/2023 in #workers-help
Send emails through cloudflare worker from Mail App like Thunderbird.
i use resend.com but any http based email service will work including mailchannel integration with cloudflare
5 replies
CDCloudflare Developers
Created by Gasper on 8/16/2023 in #workers-help
Reverse Proxy x Shopify
I was trying to do a similar with with substack, managed to get it working with the main page, but the challenge with this reverse-proxying is that you need to pass through all headers and rewrite all urls. The permission issue might be related to passing through all headers from client to origin server. You can see some examples from people on Github https://github.com/octivi/cloudflare-reverse-proxy/blob/main/src/index.ts
3 replies