You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Core/MailTemplates/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ These are the compiled HTML email templates that serve as the foundation for all
12
12
-**Source**: Built from `*.mjml` files in the `./mjml` directory.
13
13
- The MJML source acts as a toolkit for developers to generate HTML. It is the developers responsibility to generate the HTML and then ensure it is accessible to `IMailService` implementations.
14
14
-**Build Tool**: Generated via node build scripts: `npm run build`.
15
+
- The build script definitions can be viewed in the `Mjml/package.json` as well as in `Mjml/build.js`.
15
16
-**Output**: Cross-client compatible HTML with embedded CSS for maximum email client support
16
17
-**Template Engine**: Enhanced with Handlebars syntax for dynamic content injection
0 commit comments