Srimanth Gunturi created AMBARI-9460:
----------------------------------------

             Summary: 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


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)

Reply via email to