m-body
Required tag. Contains all email content.
Attributes
Attribute | Default Value | Description |
---|---|---|
bgcolor | #ffffff | Background color of the entire email |
color | #000000 | Text color |
font-family | Verdana, Arial, Helvetica, sans-serif | Default font family |
font-size | 14px | Default font size |
line-height | normal | Default line height |
Example
html
<m-body bgcolor="#F2F5F8" font-family="Helvetica, Arial, Tahoma, sans-serif" font-size="17px" line-height="normal">
some tjml code
</body>