Svelte Email
Learn how to use Svelte Email to build beautiful email templates
Integrating Novu Framework with Svelte email for your Svelte application can be done in three steps. If you don't have an app, you can clone our Svelte example.
Install Svelte email components
Install the required Svelte email components.
Create email templates folder
Create a new folder called emails
in your src
folder.
Write your email
Create a new file called test-email.svelte
in your emails
folder.
Create a new file called test-email.ts
in your emails
folder.
Write your workflow
Define your workflow using the above template