Kaspersky Container Security

Adding email integrations

To add an email integration:

  1. Under AdministrationIntegrations → Notifications, in the Email section, click Add integration.

    The integration settings window opens.

  2. Specify the following information in the form:
    • Name of the integration — Displayed in the response policy settings.
    • User name and password of the account used to send messages.
    • SMTP server name.
    • E-mail encryption method.
    • Port that the SMTP server uses.
    • Email address of the message sender.
    • Email addresses of message recipients. You can enter one or more addresses in this field.
  3. Click Test connection to see if a connection with email can be established.
  4. Click Add to save the email integration settings.

Example email integration settings

The following is an example of the settings for integrating Kaspersky Container Security with email.

{

"form": {

"type": "email",

"name": "Email integration",

"username": "username@example.com",

"password": "P@ssword!",

"host": "smtp.company.com",

"port": 465,

"encrypting": "ssl",

"sender": "sender@example.com",

"recipients": [

"user@company.com",

"user1@company.com"

]

}

}

For the encrypting parameter, specify one of the following options:

  • tls
  • ssl
  • null

You can use the configured integration in response policies.

Page top
[Topic 275119]