> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Correspondence

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: EmailRequest

Email request.

## Properties

### attachments?

> `optional` **attachments**: [`FileAttachment`](./FileAttachment)\[]

Email attachments

***

### bcc?

> `optional` **bcc**: [`EmailRecipient`](./EmailRecipient)\[]

Email recipients to send via blind carbon copy.

***

### bodyContentType?

> `optional` **bodyContentType**: [`BodyContentType`](./../type-aliases/BodyContentType)

Body content type

***

### bodyHtml?

> `optional` **bodyHtml**: `string`

Body content in HTML format.

***

### cc?

> `optional` **cc**: [`EmailRecipient`](./EmailRecipient)\[]

Email recipients to send via carbon copy.

***

### matterId?

> `optional` **matterId**: `string`

Matter id.

***

### subject?

> `optional` **subject**: `string`

Email subject.

***

### to

> **to**: [`EmailRecipient`](./EmailRecipient)\[]

Email recipients to send.
