test_email.mjml 375 B

1234567891011
  1. <mjml>
  2. <mj-body background-color="#fff">
  3. <mj-section>
  4. <mj-column>
  5. <mj-divider border-color="#555"></mj-divider>
  6. <mj-text font-size="20px" color="#555" font-family="helvetica">{{ project_name }}</mj-text>
  7. <mj-text font-size="16px" color="#555">Test email for: {{ email }}</mj-text>
  8. </mj-column>
  9. </mj-section>
  10. </mj-body>
  11. </mjml>