Skip to content

Instantly share code, notes, and snippets.

View kalnode's full-sized avatar
🎯
Focusing

Kal Erikson kalnode

🎯
Focusing
View GitHub Profile
@kalnode
kalnode / !NuxtMailServicePlugin.md
Last active May 9, 2025 18:51
Nuxt server plugin for sending emails, supporting nodemailer (general) & worker-mailer (Cloudflare prod)

Nuxt server plugin for sending email.

Supports:

  • nodemailer (local & most prod env's)
  • worker-mailer (Cloudflare).

Exclude worker-mailer stuff if you're never deploying to Cloudflare.