- Kaspersky Container Security 1.1 Help
- About the Kaspersky Container Security platform
- Solution architecture
- Preparing to install the solution
- Solution installation
- Removing the solution
- Updating the solution
- Solution interface
- Licensing the solution
- Data provisioning
- Working with clusters
- Working with images from registers
- Setting up integration with external image registries
- Integration with CI/CD
- Image scanning in CI/CD processes
- Configuring image and configuration file scan settings
- Defining the path to container images
- Scanning images from CI/CD
- Monitoring the integrity and origin of images
- Running the scanner in SBOM mode
- Getting scan results in JSON or HTML format
- Running the scanner in lite SBOM mode
- Risk handling
- Compliance check
- Configuring and generating reports
- Security policies configuration
- Managing container runtime profiles
- Configuring integration with image signature validators
- Setting up integration with notification outputs
- Configuring LDAP server integration
- Users, roles, and scopes
- Managing users
- About user roles
- Working with system roles
- Displaying list of roles
- About scopes
- Scopes and enforcement of security policies
- Switching between scopes
- Adding users, roles, and scopes
- Resetting password for user accounts
- Changing settings for users, roles, and scopes
- Removing users, roles, and scopes
- Security event log
- Exporting events to SIEM systems
- Backing up and restoring data
- Contacting Technical Support
- Sources of information about the application
- Limitations and warnings
- Glossary
- Third party code information
- Trademark notices
Setting up integration with notification outputs > Adding email integrations
Adding email integrations
Adding email integrations
To add an email integration:
- Do one of the following:
- Under Administration → Integrations → Notification, in the Email integration section, click the Add new button.
- In the Administration → Integrations → Notifications section, select Email integrations. In the window that opens, click the Add button located above the table.
The integration settings window opens.
- 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.
- Click the Save button in the top of the window 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.
Article ID: 250408, Last review: Dec 4, 2024