---
id: v1-email-status-dto
title: EmailStatusDto
pagination_label: EmailStatusDto
sidebar_label: EmailStatusDto
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'EmailStatusDto', 'v1EmailStatusDto']
slug: /tools/sdk/typescript/notifications/models/email-status-dto
tags: ['SDK', 'Software Development Kit', 'EmailStatusDto', 'v1EmailStatusDto']
---

# EmailStatusDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Unique identifier for the verified sender address | [default to undefined]
**email** | **(optional)** `string` | The verified sender email address | [default to undefined]
**isVerifiedByDomain** | **(optional)** `boolean` | Whether the sender address is verified by domain | [default to false]
**verificationStatus** | **(optional)** `string` | The verification status of the sender address | [default to undefined]
**region** | **(optional)** `string` | The AWS SES region the sender address is associated with | [default to undefined]

