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

# Get custom SMTP settings

`GET /v3/settings/brand/smtp`

Read the org's custom SMTP settings (masked — password never returned). Requires white-label access (Scale plan / AppSumo tier 3+).

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `data` object, required
    - `enabled` boolean
    - `host` string, nullable
    - `port` number, nullable
    - `encryption` string
    - `user` string, nullable
    - `fromName` string, nullable
    - `fromEmail` string, nullable
    - `replyTo` string, nullable
    - `hasPassword` boolean

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-07-26** `60ff6690f93c` — 2 info
  - api tag `Settings` added
  - added the new optional `query` request parameter `teamId`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/settings/brand/smtp/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/fa1bfff7ecc8?raw)
