A project's sender email address.

interface UpdateProjectEmail {
    emailAddress?: string;
    emailAddressStatus?: string[];
    projectId: number;
}

Hierarchy (view full)

Properties

emailAddress?: string

The email address.

emailAddressStatus?: string[]

When using a custom domain, the status of the email address.

projectId: number

The project ID.