mirror of https://github.com/itflow-org/itflow
Enable email to ticket functionality
This commit is contained in:
parent
580a6cf53e
commit
0c1baf63e9
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue