
Send Email Through Mailgun From Cloudflare Pages Function
After a lot of troubleshooting various packages and attempting to follow multiple pieces of official documentation that would not work, I ended up at a simple way to send email through the Mailgun HTTP API from a Cloudflare Pages function.
Read Article
Blocking Access to Deployment Previews and app.pages.dev Domains in Cloudflare Pages
After creating my first Cloudflare Pages application, I wanted to ensure that access to the app.pages.dev URL and all deployment preview URLs was restricted. Unfortunately, these options don't currently exist on the Pages applications themselves so a few workarounds are necessary.
Read Article