Integrations

Email

The email feature is planned for a future OmniSvelte release.

Email (Planned)

This feature is on the OmniSvelte roadmap and is not yet implemented.

See the public roadmap for the target release and design notes.

What's planned

  • Template-based email via Resend and Nodemailer
  • omni generate email <name> scaffolding
  • OmniPlugin registration API for email templates
  • Welcome, password reset, magic link, notification templates built-in

Proposed API

js
// svelte.config.js (proposed)
omni: {
  email: { enabled: true }
}

Want to help build this?

Open a GitHub Discussion to share ideas or contribute to the design.