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

# EmailAttachment

[API Reference](/api-reference/@modelence/resend/type-aliases/../../../index) / [@modelence/resend](/api-reference/@modelence/resend/type-aliases/../index) / EmailAttachment

> **EmailAttachment** = `object`

Defined in: [index.ts:6](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/resend/src/index.ts#L6)

## Properties

| Property                             | Type                 | Defined in                                                                                                                         |
| ------------------------------------ | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <a id="content" /> `content`         | `Buffer` \| `string` | [index.ts:8](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/resend/src/index.ts#L8) |
| <a id="contenttype" /> `contentType` | `string`             | [index.ts:9](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/resend/src/index.ts#L9) |
| <a id="filename" /> `filename`       | `string`             | [index.ts:7](https://github.com/modelence/modelence/blob/f614ecc6811cdda9670d612872c8ff49a49c5e28/packages/resend/src/index.ts#L7) |
