# Connector configuration

Use an Email connector to define the recipients for Notification Center email notifications.

## Configuration

| UI label        | API field name   | Type           | Required | Notification source type overrides | Allowed values | Default value | Description                                |
| --------------- | ---------------- | -------------- | -------- | ---------------------------------- | -------------- | ------------- | ------------------------------------------ |
| Email addresses | `emailAddresses` | ArrayOfStrings | true     | n/a                                | n/a            | n/a           | Email addresses that receive notifications |

## Notes

- Add up to 50 email addresses per connector
- Email connectors do not support dynamic routing fields such as dynamic recipients
- Carbon copy (CC) and blind carbon copy (BCC) are not supported

## Example

```json
{
  "emailAddresses": [
    "sre-oncall@example.com",
    "team-leads@example.com"
  ]
}
```

## Next steps

Configure the subject and content of Email notifications in [Message configuration](https://coralogix.com/docs/user-guides/notification-center/destination-types/email/message-config/index.md).
