mirror of https://github.com/itflow-org/itflow
Bulkmail: Use default mail from email and mail from name but still can be changed
This commit is contained in:
parent
782b0cfd96
commit
2ee21c3f9a
|
|
@ -33,11 +33,11 @@ $sql = mysqli_query($mysqli, "SELECT * FROM contacts
|
|||
<hr>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" name="mail_from" placeholder="Email From" required>
|
||||
<input type="text" class="form-control" name="mail_from" placeholder="Email From" value="<?php echo nullable_htmlentities($config_mail_from_email); ?>" required>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" name="mail_from_name" placeholder="From Name" required>
|
||||
<input type="text" class="form-control" name="mail_from_name" placeholder="From Name" value="<?php echo nullable_htmlentities($config_mail_from_name); ?>" required>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue