Allow to set an optional queue time in bulk mail, update cron_mail_queue.php to only send mail after its queued_at date and time

This commit is contained in:
johnnyq
2024-01-21 15:52:15 -05:00
parent 62fb73875b
commit ad1ec7d338
4 changed files with 15 additions and 4 deletions

View File

@@ -48,6 +48,15 @@ $sql = mysqli_query($mysqli, "SELECT * FROM contacts
<textarea class="form-control tinymce" name="body" placeholder="Type an email in here"></textarea>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
</div>
<input type="datetime-local" class="form-control" name="queued_at">
</div>
</div>
</div>
<div class="col">