Description

This plugin sends short report (only vulnerabilities) by email to specified addresses. There are some configurable parameters:

  • smtpServer
  • smtpPort
  • toAddrs
  • fromAddr

Plugin type

Output

Options

Name Type Default Value Description Help
smtpServer string localhost SMTP server ADDRESS to send notifications through, e.g. smtp.yourdomain.com No detailed help available
smtpPort integer 25 SMTP server PORT No detailed help available
toAddrs list [] Recipient email address No detailed help available
fromAddr string “From” email address No detailed help available

Source

For more information about this plugin and the associated tests, there’s always the source code to understand exactly what’s under the hood:
github-logoPlugin source code
Unittest source code

Dependencies

This plugin has no dependencies.