Fix email sending on the sudo page

This commit is contained in:
Eli Ribble 2026-02-18 21:38:16 +00:00
parent 2d61532dd1
commit 4100263393
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -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>