Wire up sudo email form to send emails
Probably.
This commit is contained in:
parent
67a7d20f6c
commit
9cbb81f347
6 changed files with 81 additions and 26 deletions
|
|
@ -149,10 +149,12 @@
|
|||
<div class="mb-3">
|
||||
<label for="emailFrom" class="form-label">From Account</label>
|
||||
<select class="form-select" id="emailFrom">
|
||||
<option value="support">support@example.com</option>
|
||||
<option value="noreply">noreply@example.com</option>
|
||||
<option value="billing">billing@example.com</option>
|
||||
<option value="marketing">marketing@example.com</option>
|
||||
<option value="{{ .C.ForwardEmailRMOAddress }}">
|
||||
{{ .C.ForwardEmailRMOAddress }}
|
||||
</option>
|
||||
<option value="{{ .C.ForwardEmailNidusAddress }}">
|
||||
{{ .C.ForwardEmailNidusAddress }}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue