|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
<label class="labelClass">@Html.LabelFor(m => m.SmtpPassword)
|
|
|
|
|
<span class="small">@Html.DescriptionFor(m => m.SmtpPassword)</span>
|
|
|
|
|
</label>
|
|
|
|
|
@Html.TextBoxFor(m => m.SmtpPassword, new { @class = "inputClass" })
|
|
|
|
|
@Html.PasswordFor(m => m.SmtpPassword, new { @class = "inputClass" })
|
|
|
|
|
|
|
|
|
|
<label class="labelClass">@Html.LabelFor(m => m.SmtpFromAddress)
|
|
|
|
|
<span class="small">@Html.DescriptionFor(m => m.SmtpFromAddress)</span>
|
|
|
|
|