Integrations
Send email using Nodemailer
Learn how to send an email using Svelte Email and Nodemailer.
1. Install dependencies
2. Create an email using Svelte
Start by building your email template in a .svelte
file. For example, let's create a simple email template called Hello.svelte
:
3. Convert to HTML and send email
Next, create a server route that will convert the Svelte template to HTML and send the email using Nodemailer.