Fix email sending on the sudo page
This commit is contained in:
parent
2d61532dd1
commit
4100263393
3 changed files with 12 additions and 3 deletions
|
|
@ -148,7 +148,7 @@
|
|||
<form action="/sudo/email" method="POST">
|
||||
<div class="mb-3">
|
||||
<label for="emailFrom" class="form-label">From Account</label>
|
||||
<select class="form-select" id="emailFrom">
|
||||
<select class="form-select" id="emailFrom" name="emailFrom">
|
||||
<option value="{{ .C.ForwardEmailRMOAddress }}">
|
||||
{{ .C.ForwardEmailRMOAddress }}
|
||||
</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue