Skip to main content
Version: v0.25.0 (Latest)

Email: Accounts

Catalog id: resource.email.accounts

Named SMTP (or product transport) senders for this tenant: From identity, host, credentials, TLS options. Routing assigns message types to these accounts. Product flows never send without resolving an account.

Guide: Branding and email.

Open it

NavigationResources > Email > Accounts
Deep link#resource=email&rarea=accounts
ScopeTenant
Email accounts

List columns

ColumnContent
AccountDisplay name, account id, Local default badge when applicable
SenderFrom name and from address
SMTP serverHost:port
CredentialsWhether a password reference is set (secret never shown)
ModeManagement mode (for example EXTERNAL)
StatusLifecycle (Active when enabled)

Row actions

ActionEffect
Send testDialog: recipient, subject, body; submits through this account only
EditReload latest config; update From, SMTP, password (blank keeps existing)
Make defaultSets tenant local default for types without a purpose assignment
DeleteBlocked if account is local default or still assigned to a purpose route

Create fields

FieldNotes
Account IDStable id for routing; immutable after create
Display nameOperator label
From address / From nameRecipient-visible sender
Reply-toOptional
SMTP host, portSubmission endpoint
Username, SMTP passwordAuth; password write-only after save
STARTTLS / implicit SSLMatch provider (587 vs 465)
Connection / read timeout (ms)Fail-fast on dead relays
New email account

REST

List email accounts

Endpoint: GET /api/platform/config/v1/tenants/acme/email/accounts

Captured response: 200 OK

This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Create email account

Endpoint: POST /api/platform/config/v1/tenants/acme/email/accounts

Captured response: 201 Created

This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Platform config API. Guide: Branding and email.

Routing, Templates