feature: add reply-to address for email service

This commit is contained in:
Gary Sharp
2021-02-05 15:24:20 +11:00
parent f7fdfb0c8a
commit e11d0871c4
7 changed files with 112 additions and 34 deletions
@@ -696,6 +696,15 @@ else
@Html.ValidationMessageFor(m => m.EmailFromAddress)
</td>
</tr>
<tr>
<th style="width: 135px">
Reply To Address:
</th>
<td>
@Html.EditorFor(m => m.EmailReplyToAddress)<br />
@Html.ValidationMessageFor(m => m.EmailReplyToAddress)
</td>
</tr>
<tr>
<th style="width: 135px">
&nbsp;
@@ -848,6 +857,14 @@ else
@Html.DisplayFor(m => m.EmailFromAddress)
</td>
</tr>
<tr>
<th style="width: 135px">
Reply To Address:
</th>
<td>
@Html.DisplayFor(m => m.EmailReplyToAddress)
</td>
</tr>
<tr>
<th style="width: 135px">
Enable SSL: