Todd Martin
ebe5306fd2
chore(docs): Updated docs for IMailer and MJML
...
* Updated docs for IMailer.
* More changes.
* Added deprecation context.
* ViewModel corrections.
* Updated link.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* Updated link.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* Updated steps for clarity.
* Update src/Core/MailTemplates/Mjml/README.md
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* Grammar fix.
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2025-11-24 23:48:53 -05:00
Ike
746b413cff
[PM-21741] MJML welcome emails ( #6549 )
...
feat: Implement welcome email using MJML templating
- Implement MJML templates for welcome emails (individual, family, org)
- Create reusable MJML components (mj-bw-icon-row, mj-bw-learn-more-footer)
- Update documentation for MJML development process
2025-11-10 13:37:11 -05:00
Ike
d722314e2d
[PM-26551] MJML build script ( #6417 )
...
* docs: update readme for MJML
* docs: add readme for MailTemplates directory
* feat: add node build script for cross platform build support
2025-10-10 12:15:29 -04:00
Oscar Hinton
42ff09b84f
[PM-22423] Add MJML ( #5941 )
...
Scaffolds MJML and adds some initial templates and components.
Of interest are:
* src/Core/MailTemplates/Mjml/components/hero.js demonstrates how to create a custom MJML component. In our case it's a hero component with our logo, a title, a call to action button and an image.
* src/Core/MailTemplates/Mjml/components/head.mjml defines some common styling.
* src/Core/MailTemplates/Mjml/components/footer.mjml social links and footer.
2025-07-15 15:53:29 +02:00