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

00:56:41.846    ✘ [ERROR] Could not resolve "fs"
00:56:41.846    
00:56:41.846        node_modules/@sendgrid/helpers/classes/attachment.js:9:19:
00:56:41.846          9 │ const fs = require('fs');
00:56:41.846            ╵                    ~~~~



any other recommendation for email service? i tried to enable nodejs_compat
Was this page helpful?