Skip to content

Mailer

The Mailer feature allows automated email delivery of HTML audit reports after a crawl is completed. This is particularly useful for sharing results with team members, proactively, e.g. as part of the CI/CD process.

Configuration Options

  • --mail-to: Specifies recipients of the report. Multiple emails can be separated by commas.
  • --mail-from & --mail-from-name: Defines the senderโ€™s email address and name.
  • --mail-subject-template: Customizes the email subject using dynamic variables like %domain% and %datetime%.
  • --mail-smtp-host & --mail-smtp-port: Configures the SMTP server and port (default is localhost:25).
  • --mail-smtp-user & --mail-smtp-pass: Provides credentials for SMTP authentication if required.

For more details, refer to the Mailer options.

๐Ÿ’กWhat would you improve?


If you have ideas how to improve mailer features, donโ€™t be afraid to send a feature request (to desktop application, or to command-line interface) with a suggestion for improvement. We are happy to consider and implement it if it will benefit more users.