antikythera v0.2.0 AntikytheraCore.Alert.Handler.Email View Source

Alert handler implementation with email backend. This is considered ‘default’ alert backend and used for testing of AntikytheraCore.Alert.Manager.

Handler config

  • to - Required. List of email addresses to be sent. Must not be an empty list.
  • errors_per_body - Optional. Integer number of errors printed in body of an alert mail. Details of errors beyond this threshold will be omitted. Defaults to 3.