Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.34 KB

ClusterEmailExtended.md

File metadata and controls

19 lines (15 loc) · 2.34 KB

ClusterEmailExtended

Properties

Name Type Description Notes
BatchMode string This setting determines how notifications will be batched together to be sent by email. 'none' means each notification will be sent separately. 'severity' means notifications of the same severity will be sent together. 'category' means notifications of the same category will be sent together. 'all' means all notifications will be batched together and sent in a single email. [optional] [default to null]
MailRelay string The address of the SMTP server to be used for relaying the notification messages. An SMTP server is required in order to send notifications. If this string is empty, no emails will be sent. [optional] [default to null]
MailSender string The full email address that will appear as the sender of notification messages. [optional] [default to null]
MailSubject string The subject line for notification messages from this cluster. [optional] [default to null]
SmtpAuthPasswd string Password to authenticate with if SMTP authentication is being used. [optional] [default to null]
SmtpAuthSecurity string The type of secure communication protocol to use if SMTP is being used. If 'none', plain text will be used, if 'starttls', the encrypted STARTTLS protocol will be used. [optional] [default to null]
SmtpAuthUsername string Username to authenticate with if SMTP authentication is being used. [optional] [default to null]
SmtpPort int32 The port on the SMTP server to be used for relaying the notification messages. [optional] [default to null]
UseSmtpAuth bool If true, this cluster will send SMTP authentication credentials to the SMTP relay server in order to send its notification emails. If false, the cluster will attempt to send its notification emails without authentication. [optional] [default to null]
UserTemplate string Location of a custom template file that can be used to specify the layout of the notification emails. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]