---
title: "Setup the email delivery for a portal"
method: PATCH
path: "/v3/portals/{portalId}/email-delivery"
tags: ["Portal Emails"]
deprecated: true
---

# Setup the email delivery for a portal

`PATCH /v3/portals/{portalId}/email-delivery`

> **Deprecated.**

Setup the email delivery for a portal

## Request body

- EmailDeliveryUpdatePayload
  - `enabled` boolean
  - `from_email` string, email, nullable
  - `reply_to_email` string, email, nullable

## Response `200`

success

- EmailDelivery
  - `enabled` boolean, required
  - `from_email` string, email, nullable, required
  - `reply_to_email` string, email, nullable, required
  - `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

---

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