---
title: "Get the email config for the portal"
method: GET
path: "/v3/portals/{portalId}/email-config"
tags: ["Portal Emails"]
---

# Get the email config for the portal

`GET /v3/portals/{portalId}/email-config`

Retrieve the email config for the portal

## Response `200`

Portal email config.

- PortalEmailConfig
  - `id` string, uuid, required
  - `domain_name` string, nullable — The domain name used for sending emails. Null means default.
  - `from_name` string, nullable, required — The name displayed in the 'From' field of emails.
  - `from_email` string, email, nullable, required — The email address used in the 'From' field.
  - `reply_to_email` string, email, nullable, required — The email address used in the 'Reply-To' field. 'Reply-To' header is omitted when null.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b1ea6bd77dec/schema)
