---
title: "Update custom SMTP settings"
method: PATCH
path: "/v3/settings/brand/smtp"
tags: ["Settings"]
---

# Update custom SMTP settings

`PATCH /v3/settings/brand/smtp`

Update the org's custom SMTP credentials for client-report delivery. All fields optional. Leave password empty to keep the stored one. Requires white-label access.

## Request body

- object
  - `teamId` string
  - `enabled` boolean
  - `host` string, nullable
  - `port` number, nullable
  - `encryption` 'ssl' | 'tls' | 'none'
  - `user` string, nullable
  - `password` string, nullable
  - `fromName` string, nullable
  - `fromEmail` string, nullable
  - `replyTo` string, nullable

## Response `200`

Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/8f92b00b75d6/schema)
