Jyxo\Mail\Sender\Smtp::recipient PHP Method

recipient() public method

Adds a recipient.
public recipient ( string $recipient ) : self
$recipient string Recipient
return self
    public function recipient(string $recipient) : self
    {
        $this->commandRcptTo($recipient);
        return $this;
    }