How can we help you?

The EmailConfiguration object

Product: FeraEmail Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraEmail
Classification: administrative

Attributes

Field Type Required Description
uuid string (uuid) No Stable owner-scoped SMTP profile UUID.
owner string (uuid) No Owner UUID; defaults to authenticated instance.
name string No Owner-scoped profile name.
host string No SMTP hostname.
port integer No SMTP port; 465/2465 use secure transport and 25/587/2587 require TLS.
secure boolean No Stored secure transport preference.
user string No SMTP account username.
password string No SMTP password accepted on write and never returned.
success boolean No Whether profile mutation completed.

Source

feradelinc/feradel.email.api branch agent/catch-up-email-api, commit b4278c2d3ef83b95a6cd26c1fd6ec45a0adb99b5
openapi/openapi.json#/components/schemas/EmailConfiguration