You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Zhao, Qingwen (JIRA)" <ji...@apache.org> on 2016/12/01 05:45:58 UTC

[jira] [Updated] (EAGLE-808) Hide SMTP server configuration from end user and read from server config instead of metadata config

     [ https://issues.apache.org/jira/browse/EAGLE-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhao, Qingwen updated EAGLE-808:
--------------------------------
    Description: 
Move smtp server config from publishment to the server config file, like

{code}
  "metadataService": {
    "context": "/api",
    "host": "localhost",
    "port": 8080,
    mailSmtpServer = "localhost",
    mailSmtpPort = 5025,
    mailSmtpAuth = "false"
    //mailSmtpConn = "plaintext",
    //mailSmtpUsername = ""
    //mailSmtpPassword = ""
    //mailSmtpDebug = false
  },
{code}

Usage example: AlertEmailPublisherTest

  was:Hide SMTP server configuration from end user and read from server config instead of metadata config


> Hide SMTP server configuration from end user and read from server config instead of metadata config
> ---------------------------------------------------------------------------------------------------
>
>                 Key: EAGLE-808
>                 URL: https://issues.apache.org/jira/browse/EAGLE-808
>             Project: Eagle
>          Issue Type: Improvement
>    Affects Versions: v0.5.0
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>             Fix For: v0.5.0
>
>
> Move smtp server config from publishment to the server config file, like
> {code}
>   "metadataService": {
>     "context": "/api",
>     "host": "localhost",
>     "port": 8080,
>     mailSmtpServer = "localhost",
>     mailSmtpPort = 5025,
>     mailSmtpAuth = "false"
>     //mailSmtpConn = "plaintext",
>     //mailSmtpUsername = ""
>     //mailSmtpPassword = ""
>     //mailSmtpDebug = false
>   },
> {code}
> Usage example: AlertEmailPublisherTest



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