> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/projectnotificationemailsettings-object.md).

# ProjectNotificationEmailSettings Object

## Description

Email settings for a project notification.

## Properties

### emailAddresses

List of email addresses to which email notifications will be sent.

Type: Array of `string`

Required: Yes

## Sample JSON

```javascript
{
    "emailAddresses": [
        "user1@example.com",
        "user2@example.com",
    ]
}
```
