Enable email to ticket functionality

This commit is contained in:
Marcus Hill 2022-12-17 23:25:09 +00:00
parent 580a6cf53e
commit 0c1baf63e9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<div class="custom-control custom-switch mb-2">
<input type="checkbox" class="custom-control-input" disabled name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Email-to-ticket parsing (Beta) <small>(email_parser_cron.php must also be added to cron and run every few mins)</small></label>
</div>