probator.plugins.notifiers.BaseNotifier¶Bases: probator.plugins.BasePlugin, abc.ABC
name¶Human friendly name of the Plugin
notify(subsystem, recipient, subject, body_html, body_text)¶Method to send a notification. A plugin may use only part of the information, but all fields are required.
| Parameters: |
|
|---|---|
| Returns: | None |
notifier_type¶A string used to identify the type of contact
validation()¶A regular expression used to validate if a contact is correctly formatted for the notifier