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\MailCode
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.
