mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
FEATURE - Ticket Watchers - Initial Commit for DB Structure for ticker wathers
This commit is contained in:
@@ -337,7 +337,8 @@ if ($emails) {
|
||||
$attachments = $parser->getAttachments();
|
||||
|
||||
$message = $parser->getMessageBody('text');
|
||||
//$message .= $parser->getMessageBody('htmlEmbedded');
|
||||
// If below is enabled and up above is enabled text based emails get cut out
|
||||
//$message = $parser->getMessageBody('htmlEmbedded');
|
||||
|
||||
// Check if we can identify a ticket number (in square brackets)
|
||||
if (preg_match("/\[$config_ticket_prefix\d+\]/", $subject, $ticket_number)) {
|
||||
|
||||
Reference in New Issue
Block a user