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

from() public method

Sets the sender.
public from ( string $from ) : self
$from string Sender
return self
    public function from(string $from) : self
    {
        $this->commandMailFrom($from);
        return $this;
    }