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

# Create the email config for a portal

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

Create the email config for a portal

## Request body

- PostPortalEmailConfig
  - `domain_name` string, nullable — The domain name to use for sending emails. Null means default.
  - `from_name` string, nullable — The name to display in the 'From' field of emails.
  - `from_email` string, email, nullable — The email address to use in the 'From' field.
  - `reply_to_email` string, email, nullable — The email address to use in the 'Reply-To' field. 'Reply-To' header is omitted if omitted or null.

## Response `201`

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

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

---

[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)
