Email Provider compatible with cloudflare pages
Hi Guys
Recently i tried to host my sveltekit in cloudflare pages with sendgrid, however there is a problem with their library when i tried to deploy it in cloudlfare
any other recommendation for email service? i tried to enable nodejs_compat
2 Replies
I don't think you can use their library. It relies on the
fs
package which isn't avaiable on the Cloudflare runtimeYou'll need to use their REST API. Something like this