Adding email integrations
To add an email integration:
- Under Administration → Integrations → Notifications, in the Email section, click Add integration.
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 Test connection to see if a connection with email can be established.
- 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:
You can use the configured integration in response policies.
Page top