feat: add nuxt-email#1538
Conversation
📝 WalkthroughWalkthroughThis pull request adds a new YAML metadata file for the
Estimated code review effort: 1 (Trivial) | ~2 minutes Related PRs: None identified. Suggested labels: module, metadata Suggested reviewers: None identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Heads-up for reviewers: the failing The sync step fails at the very end because of an archived repository ( Thanks for taking a look! |
Adds
@razmatinyan/nuxt-emailto the registry.Transactional email for Nuxt 4 - a provider-agnostic server API with Vue-powered email templates.
consoleprovider for local dev.vuefiles, rendered on the server and CSS-inlinedLive demo: https://stackblitz.com/github/razmatinyan/nuxt-email-demo
The
consoleprovider works out of the box (it logs to the terminal). To test Resend, SendGrid, or Postmark in the demo, add your own API key via a.envfile (see the demo's.env.example) and restart.Links: