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.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ba7ab0b8d1
Коммит
afcb224a79
@@ -426,6 +426,7 @@ func TestEmailTest(t *testing.T) {
|
||||
SMTPPassword: model.NewString(""),
|
||||
FeedbackName: model.NewString(""),
|
||||
FeedbackEmail: model.NewString(""),
|
||||
ReplyToAddress: model.NewString(""),
|
||||
SendEmailNotifications: model.NewBool(false),
|
||||
},
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user