# SendEmailOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/email/email.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/email/email.service.ts#L11)

## Properties

| Property | Type |
|---|---|
| `to` | `string | string[]` |
| `subject` | `string` |
| `html` | `string` |
| `text` | `string` |
| `attachments` | `EmailAttachment[]` |
