# Email

Wrapper for email libraries

****

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

****

### Email

- [new Email()](https://getkirby.com/docs/reference/objects/email/email/__construct.md)
- [$email->attachments()](https://getkirby.com/docs/reference/objects/email/email/attachments.md)
- [$email->bcc()](https://getkirby.com/docs/reference/objects/email/email/bcc.md)
- [$email->beforeSend()](https://getkirby.com/docs/reference/objects/email/email/before-send.md)
- [$email->body()](https://getkirby.com/docs/reference/objects/email/email/body.md)
- [$email->cc()](https://getkirby.com/docs/reference/objects/email/email/cc.md)
- [$email->clone()](https://getkirby.com/docs/reference/objects/email/email/clone.md)
- [$email->from()](https://getkirby.com/docs/reference/objects/email/email/from.md)
- [$email->fromName()](https://getkirby.com/docs/reference/objects/email/email/from-name.md)
- [$email->isHtml()](https://getkirby.com/docs/reference/objects/email/email/is-html.md)
- [$email->isSent()](https://getkirby.com/docs/reference/objects/email/email/is-sent.md)
- [$email->replyTo()](https://getkirby.com/docs/reference/objects/email/email/reply-to.md)
- [$email->replyToName()](https://getkirby.com/docs/reference/objects/email/email/reply-to-name.md)
- [$email->send()](https://getkirby.com/docs/reference/objects/email/email/send.md)
- [$email->subject()](https://getkirby.com/docs/reference/objects/email/email/subject.md)
- [$email->to()](https://getkirby.com/docs/reference/objects/email/email/to.md)
- [$email->toArray()](https://getkirby.com/docs/reference/objects/email/email/to-array.md)
- [$email->transport()](https://getkirby.com/docs/reference/objects/email/email/transport.md)