blob: 3e79c8f89dcb4493845d62598faa1e7d51d4102c [file] [log] [blame]
Sergey Novikov771efa32018-02-27 13:24:41 +04001---
2summary: >
3 Additional option for push notification service to work with SMTP server
4
5features:
6 - Earlier the push notification service considered SMTP server working only under TLS.
7 In case of custom SMPT servers which use non-TLS connection the push notification service is
8 not working properly. This patch added the explicit definition of TLS using.
9 To define this parameter you need to set 'pushkin_smtp_use_tls' variable on cluster level metadata.
10
11 Example:
12 .. code-block:: yaml
13 parameters:
14 _param:
15 pushkin_smtp_use_tls: true
16
17fixes:
18 - related US: https://mirantis.jira.com/browse/PROD-14976