Sergey Novikov | 771efa3 | 2018-02-27 13:24:41 +0400 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
| 3 | Additional option for push notification service to work with SMTP server |
| 4 | |
| 5 | features: |
| 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 | |
| 17 | fixes: |
| 18 | - related US: https://mirantis.jira.com/browse/PROD-14976 |