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:
-
Magic link login email.
-
Welcome email.
-
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:
Then open http://localhost:4001
to check it out.
Edit
EmailTemplateButtonBackground
andEmailTemplateButtonTextColor
in/configs/misc
to customize the primary button in email templates.