05/24 Enhance functionalities 2
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
<label class="form-label">SMTP Password</label>
|
||||
<input class="form-control" type="password" name="email_smtp_password" placeholder="(unchanged)">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">From Address</label>
|
||||
<input class="form-control" type="email" name="email_smtp_from"
|
||||
value="{{ email.get('email.smtp_from','') }}"
|
||||
placeholder="noreply@yourdomain.com">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Recipients (comma-separated)</label>
|
||||
<input class="form-control" name="email_recipients" value="{{ email.get('email.recipients','') }}">
|
||||
|
||||
Reference in New Issue
Block a user