Overrides HeaderInterface::getBodyAsString
public function getBodyAsString() : string { $str = $this->address ->getEncodedAddress(); if ($name = $this->address ->getName()) { $str = $this->createPhrase($this, $name, $this->getCharset(), true) . ' <' . $str . '>'; } return $str; }