Files
myeasycms-v2/packages/email-templates
gbuomprisco 94d0c1607d Fix async rendering in email templates
Updated `render` calls to be `await` in account-delete and invite email templates to ensure proper asynchronous operation. Added an empty line in `account-webhooks.service.ts` for code clarity.
2024-08-29 11:46:18 +02:00
..

Emails - @kit/email-templates

This package is responsible for managing email templates using the react.email library.

Here you can define email templates using React components and export them as a function that returns the email content.