Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 622 Bytes

mj-preview

This tag allows you to set the preview that will be displayed in the inbox of the recipient.

<mjml>
 <mj-head>
   <mj-preview>Hello MJML</mj-preview>
 </mj-head>
 <mj-body>
   <mj-section>
     <mj-column>
       <mj-text>
         Hello World!           
       </mj-text>
     </mj-column>
   </mj-section>
 </mj-body>
</mjml>

try it live

mj-preview doesn't support any attribute.