mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Added the ability to sepcify a username in the email notification settings for external MTA's. We have had to add a new option called Email Sender because of this. #78
This commit is contained in:
parent
0b48627ba1
commit
2d016315c7
4 changed files with 13 additions and 3 deletions
|
@ -59,6 +59,12 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="EmailSender" class="control-label">Email Sender</label>
|
||||
<div>
|
||||
<input type="text" class="form-control form-control-custom " id="EmailSender" name="EmailSender" value="@Model.EmailSender">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="RecipientEmail" class="control-label">Email Recipient</label>
|
||||
<div>
|
||||
|
@ -66,6 +72,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="EmailUsername" class="control-label">Username</label>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue