We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bafa0 commit 0ba3adaCopy full SHA for 0ba3ada
routers/install/install.go
@@ -134,6 +134,7 @@ func Install(ctx *context.Context) {
134
form.SMTPHost = setting.MailService.Host
135
form.SMTPFrom = setting.MailService.From
136
form.SMTPUser = setting.MailService.User
137
+ form.SMTPPasswd = setting.MailService.Passwd
138
}
139
form.RegisterConfirm = setting.Service.RegisterEmailConfirm
140
form.MailNotify = setting.Service.EnableNotifyMail
0 commit comments