You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2015/02/03 19:30:34 UTC

[jira] [Commented] (AMBARI-9460) Alerts: Email alert notification should accept multiple recipients

    [ https://issues.apache.org/jira/browse/AMBARI-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303714#comment-14303714 ] 

Aleksandr Kovalenko commented on AMBARI-9460:
---------------------------------------------

+1 for patch

> Alerts: Email alert notification should accept multiple recipients
> ------------------------------------------------------------------
>
>                 Key: AMBARI-9460
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9460
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.0.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9460.patch, Screen Shot 2015-01-27 at 9.08.23 AM.png
>
>
> When creating email alert notification there is a field called {{Email To}}. This is currently accepting only a single email (attached screenshot). However it should be changed to accept a comma separated value of emails.
> The API is already supporting multiple emails ({{ambari.dispatch.recipients}}), the UI needs to support it also.
> {noformat}
> "properties" : {
>       "mail.smtp.from" : "admin@ambari.org",
>       "mail.smtp.host" : "someserver.somewhere.com",
>       "mail.smtp.port" : "8080",
>       "mail.smtp.auth" : "false",
>       "ambari.dispatch.recipients" : [
>         "me@me.com"
>       ]
>     }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)