anyone know of an alternative to
anyone know of an alternative to nodemailer that can be used to send emails using cloudflare worker?
1 Reply
I've tested all available libraries, but none of them work because they internally use Node.js 'net' and 'tls' packages, which don't function on Cloudflare Workers. Your best option is to use an external provider like https://resend.com.
Resend
Build, test, and send transactional emails at scale.