Function EmailIntegration->substitute_cid_attachments

Definitions

sources/mail_integration.php

  • Substitute CID references with software attachments.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$attachments array Yes No required parameter N/A N/A Attachments
&$body string Yes No required parameter N/A N/A Comcode body (altered by reference)

Preview

Code (PHP)

/**
 * Substitute CID references with software attachments.
 *
 * @param  array $attachments Attachments
 * @param  string $body Comcode body (altered by reference)
 */

protected function substitute_cid_attachments(array &$attachments, string &$body)