[
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)