configuration / notification / email

CLI REST-API

enable-authentication

enable-authentication
This is a read-write object and valid values are:




See also:
/configuration/notification/email: email
/configuration/notification/email/recipient: recipient
/configuration/notification/email/sender: sender
/configuration/notification/email/smarthost: smarthost
/configuration/notification/email/port: port
/configuration/notification/email/username: username
/configuration/notification/email/password: password

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/notification/email


Example using curl:
curl /api/configuration/notification/email


Method: PATCH
URL: /api/configuration/notification/email
Body:
{
  "enable-authentication": true
}

Example using curl:
curl -X PATCH /api/configuration/notification/email -d
{
  "enable-authentication": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]