EmailSettings
Represents email settings for this YouTrack installation.
Attributes
This table describes attributes of the EmailSettings
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the EmailSettings. |
isEnabled | Boolean | true if email notifications are enabled, otherwise false. |
host | String | Mail server that is used for notification. |
port | Int | Mail server port. |
mailProtocol | Enumeration | Mail protocol. Supported values are SMTP, SMTPS and SMTP_TLS |
anonymous | Boolean | If true, mail server is accessed without authorization. |
login | String | Mail server login. |
sslKey | StorageEntry | SSL key to be used for accessing the mail server. |
from | String | From address. |
replyTo | String | Reply-to address. |