email/Accounts

A collection of email accounts. The collection is created and used by the microservice 'email'.

Accounts are created with a binding to profile, which sets general server access properties.

Storage Type: category.

Table 1. Class fields
Field Description

id

Identifier.

profile_id

Identifier of the used profile.

name

Email account name.

address

The mailing address of the email account. For example, 'my.address@yandex.ru'.

fromDisplayName

The substitute name of the sender. For example, 'Test'.

replyTo

Substituted value of the Reply-To header to automatically send replies. By default, the account mail address is substituted.

The value is used if the 'replyTo' field is empty in the message being sent.

login

Login for authorization.

password

Password for authorization.

enabled

Account Switch.

isSystem

Use switch to send system messages, such as emails with password reset links.

For system accounts, the 'Virtual_System_Send_Box' directory is automatically created with the mode set up 'sendOnly'.

This directory is also available for user needs. Sent e-mails can be bound to it.

options

Additional arbitrary options.

statusText

Status message. Filled in by the system when a connection failure is detected.