(refs #896)Add description and migration for separation of notification and SMTP configuration

This commit is contained in:
Naoki Takezoe
2015-09-24 03:48:08 +09:00
parent 3c53fd8618
commit b11d36c3a5
3 changed files with 14 additions and 2 deletions

View File

@@ -239,7 +239,7 @@
<fieldset>
<label class="checkbox">
<input type="checkbox" id="useSMTP" name="useSMTP" @if(settings.useSMTP){ checked}/>
use SMTP
SMTP
</label>
</fieldset>
<div class="form-horizontal useSMTP">
@@ -288,6 +288,9 @@
<input type="text" id="fromName" name="smtp.fromName" value="@settings.smtp.map(_.fromName)"/>
</div>
</div>
<p class="muted">
Enable notification not only SMTP configuration if you want to send nitification email.
</p>
</div>
</div>
</div>