# Body

Representation of a an Email body with a text and optional html version

****

- Full class name: `Kirby\Email\Body`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Email/Body.php#L18>

****

### Body

- [new Body()](https://getkirby.com/docs/reference/objects/email/body/__construct.md)
- [$body->clone()](https://getkirby.com/docs/reference/objects/email/body/clone.md)
- [$body->html()](https://getkirby.com/docs/reference/objects/email/body/html.md)
- [$body->text()](https://getkirby.com/docs/reference/objects/email/body/text.md)
- [$body->toArray()](https://getkirby.com/docs/reference/objects/email/body/to-array.md)