Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DraftEmail.php

function DraftEmail::__construct

Overrides Message::__construct

File

vendor/symfony/mime/DraftEmail.php, line 22

Class

DraftEmail
@author Kevin Bond <kevinbond@gmail.com>

Namespace

Symfony\Component\Mime

Code

public function __construct(?Headers $headers = null, ?AbstractPart $body = null) {
    parent::__construct($headers, $body);
    $this->getHeaders()
        ->addTextHeader('X-Unsent', '1');
}
RSS feed
Powered by Drupal