Skip to main content
GET
/
api
/
settings
/
smtp
Error
A valid request URL is required to generate request examples
{
  "configured": true,
  "from_env": true,
  "settings": {
    "address": "<string>",
    "port": "<string>",
    "from": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Response

200 - application/json

SMTP configuration status

configured
boolean
from_env
boolean
settings
object