Adds configuration for separate reply-to email header. (#10144)

* Adds configuration for separate reply-to email header.

* Changes config setting name.

* Using a separate variable and value in test.

* Updates for config pointer changes in another PR.

* Adds new key to test config. Adds default value.
This commit is contained in:
Martin Kraft
2019-02-04 17:01:05 -05:00
committed by GitHub
parent ba7ab0b8d1
commit afcb224a79
8 changed files with 18 additions and 5 deletions

View File

@@ -181,6 +181,7 @@
"RequireEmailVerification": false,
"FeedbackName": "",
"FeedbackEmail": "test@example.com",
"ReplyToAddress": "test@example.com",
"FeedbackOrganization": "",
"EnableSMTPAuth": false,
"SMTPUsername": "",