6.3.3. Notification¶
Send E-Mails about start and end of analysis
This rule is used to configure email notifications for events during the analysis run.
This is mainly useful if the analysis is not triggered from some Continuous Integration system which does email notifications on its own, otherwise it is most likely not necessary.
6.3.3.1. Options¶
mailserver_options¶
Configuration of the mail server.
mailserver_options.password : bauhaus.analysis.config.PasswordString | None =
The SMTP authentication password to use.None
mailserver_options.port : int =
The port of the SMTP server.25
mailserver_options.sender : str =
The sender email address of notification mails.'do-not-reply@eaceaa726a99'
mailserver_options.server : str =
The SMTP server to use.'eaceaa726a99'
mailserver_options.use_ssl : bool =
If the SMTP server supports STARTTLS it is used automatically. SetFalseuse_sslto true only if the server expects a SSL connection from the beginning.
mailserver_options.username : str | None =
The SMTP authentication username to use.None
notify_of_build_start¶
notify_of_build_start : bool = True
notify_of_failure_only¶
notify_of_failure_only : bool = False
recipient¶
recipient : str | None = None