ZapStack

Email notifications

Setup email templates for sending to users

We also use Resend for sending notification emails, in addition to Magic link authentication.

For now, there are three types of emails setup to be sent to users:

  1. Magic link login email.

  2. Welcome email.

  3. Purchase confirmation email.

All email templates can be found at /components/emails.

To check how the email templates look and customize your own, run the following command:

npm run email

Then open http://localhost:4001 to check it out.

Edit EmailTemplateButtonBackground and EmailTemplateButtonTextColor in /configs/misc to customize the primary button in email templates.

On this page

No Headings