The overall wrapping of the entire email. The tag is required and can be used in the email only once.
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
bgcolor |
string |
<optional> |
#ffffff | The background color of the entire email |
color |
string |
<optional> |
#000000 | Text color |
font-family |
string |
<optional> |
Verdana, Arial, Helvetica, sans-serif | Default font family |
font-size |
string |
<optional> |
14px | Default font size |
line-height |
string |
<optional> |
normal | Default line height |
Example
<m-body bgcolor="#F2F5F8" font-family="Helvetica, Arial, Tahoma, sans-serif" font-size="17px" line-height="normal">
some tjml code
</body>