Jyxo\Mail\Sender\Smtp::recipient PHP Метод

recipient() публичный Метод

Adds a recipient.
public recipient ( string $recipient ) : self
$recipient string Recipient
Результат self
    public function recipient(string $recipient) : self
    {
        $this->commandRcptTo($recipient);
        return $this;
    }