Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If these are not present, you can add them as follows (from the command line):

Load the "shell_plus" command:

Code Block
sudo canopy-manage shell_plus

From there, create and save the following settings:

Code Block
email_author_address = Setting(Setting="EMAIL_AUTHOR_ADDRESS", value="email@mycompany.null")

email_author_address.save()

email_author_name = Setting(Setting="EMAIL_AUTHOR_NAME", value="Pentest Team Notifications")

email_author_name.save()

Email plugins

...