Function TicketsEmailIntegration->_process_incoming_message

Definitions

sources/tickets_email_integration.php

  • Process an e-mail found.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$from_email EMAIL required parameter N/A N/A From e-mail
$email_bounce_to EMAIL required parameter N/A N/A E-mail address of sender (usually the same as $email, but not if it was a forwarded e-mail)
$from_name string required parameter N/A N/A From name
$subject string required parameter N/A N/A E-mail subject
$_body_text ?string required parameter N/A N/A E-mail body converted from text format (null: not present)
$_body_html ?string required parameter N/A N/A E-mail body converted from HTML format (null: not present)
$attachments array required parameter N/A N/A Map of attachments (name to file data); only populated if $mime_type is appropriate for an attachment