$this
public function from(Address|string ...$addresses) : static { if (!$addresses) { throw new LogicException('"from()" must be called with at least one address.'); } return $this->setListAddressHeaderBody('From', $addresses); }