SymfonyMailer::MAILBOX_LIST_HEADERS

Same name in other branches
  1. 10 core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php \Drupal\Core\Mail\Plugin\Mail\SymfonyMailer::MAILBOX_LIST_HEADERS

A list of headers that can contain multiple email addresses.

See also

\Symfony\Component\Mime\Header\Headers::HEADER_CLASS_MAP

File

core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php, line 66

Class

SymfonyMailer
Defines an experimental mail backend, based on the Symfony mailer component.

Namespace

Drupal\Core\Mail\Plugin\Mail

Code

protected const MAILBOX_LIST_HEADERS = [
    'from',
    'to',
    'reply-to',
    'cc',
    'bcc',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.