Fix default mail sender field in the setup tool
This commit is contained in:
parent
6c4e78ec0c
commit
258e879d11
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
|||
<tr>
|
||||
<td>Mail Sender:</td>
|
||||
<td>
|
||||
<input class="form-control" type="email" ng-model="config.DEFAULT_MAIL_SENDER"
|
||||
<input class="form-control" type="email" ng-model="config.MAIL_DEFAULT_SENDER"
|
||||
placeholder="E-mail address"></span>
|
||||
<div class="help-text">
|
||||
E-mail address from which all e-mails are sent. If not specified,
|
||||
|
|
Reference in a new issue