Overview
Svelte Email
Build and send emails using Svelte and TypeScript.
Why
We believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2022 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today.
Components
This is a set of standard components to help you build amazing emails without having to deal with the mess of creating table-based layouts and maintaining archaic markup.
HTML ->
A Svelte html component to wrap emails.
Container ->
The main wrapper that holds your content.
Button ->
A Svelte button component to help build emails.
Text ->
A block of text seperated by blank spaces.
Integrations
In order to use Svelte Email with any email service provider, you’ll need to convert the components made with Svelte into a HTML string. This is done using the render utility.
Nodemailer ->
Send emails using Nodemailer.
SendGrid ->
Send emails using SendGrid.
Postmark ->
Send emails using Postmark.
AWS SES ->
Send emails using AWS SES.
Author
- Carsten Lebek ( @carstenlebek1)
React Email by
Based on- Bu Kinoshita ( @bukinoshita)
- Zeno Rocha ( @zenorocha)