AccountEmailConfiguration (object)
| Field | Type | Description |
|---|---|---|
| created_at | string (date-time) | — |
| smtp_encryption | string | — |
| smtp_from_email | string | — |
| smtp_from_name | string | — |
| smtp_host | string | — |
| smtp_password_set | boolean | Indicates if SMTP password is set (password itself is never returned) |
| smtp_port | string | — |
| smtp_username | string | — |
| updated_at | string (date-time) | — |
Example (JSON)
{
"smtp_host": "string",
"smtp_port": "string",
"smtp_username": "string",
"smtp_password_set": true,
"smtp_encryption": "string",
"smtp_from_name": "string"
}