[
https://issues.apache.org/jira/browse/AMBARI-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303829#comment-14303829
]
Hudson commented on AMBARI-9460:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1676 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1676/])
AMBARI-9460. Alerts: Email alert notification should accept multiple recipients
(sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dac9200e75d89714be470f9796ed21e7e94be477)
*
ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js
> 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)