Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekso.dev/llms.txt

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

Typed access

Admin.Mail.Outbound operations are reached via client.Api.Mail.Outbound on EksoClient.
await client.Api.Mail.Outbound.ListOutboundAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/mail/outboundRetrieves the outbound mail configuration (Resend or SMTP credentials).
PUT/api/mail/outboundReplaces the outbound mail configuration with the provided settings.

See also