You are here

protected property HTMLMailMime::$cids in HTML Mail 8

Same name and namespace in other branches
  1. 8.3 src/Utility/HtmlMailMime.php \Drupal\htmlmail\Utility\HtmlMailMime::cids

Holds attached content-ids to to avoid attaching the same file twice.

Type: array

File

src/Utility/HTMLMailMime.php, line 47
Provides the MailMIME class for creating MIME-formatted email messages.

Class

HTMLMailMime
Class HTMLMailMime.

Namespace

Drupal\htmlmail\Utility

Code

protected $cids = [];