[
https://issues.apache.org/jira/browse/AMBARI-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srimanth Gunturi resolved AMBARI-9460.
--------------------------------------
Resolution: Fixed
Committed to trunk.
> 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" : "[email protected]",
> "mail.smtp.host" : "someserver.somewhere.com",
> "mail.smtp.port" : "8080",
> "mail.smtp.auth" : "false",
> "ambari.dispatch.recipients" : [
> "[email protected]"
> ]
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)