Skip to main content
GET
Get SMTP configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

SMTP configuration

id
string<uuid>
enabled
boolean
host
string
port
integer
username
string
hasPassword
boolean

Whether a password is set (actual password is never exposed)

senderEmail
string<email>
senderName
string
minIntervalSeconds
integer
Required range: x >= 0
createdAt
string<date-time>
updatedAt
string<date-time>