Learn how to send your first email using Cloudflare Workers.
npm create cloudflare
src/emails/email-template.tsx
:
tsx
and modify your configurations.
After that, you can send your email using the react
parameter:
wrangler deploy
and wait for it to finish. Once it’s done, it will
give you a URL to try out, like https://my-worker.your_name.workers.dev
,
that you can open and verify that your email has been sent.