Prado\Util\TEmailLogRoute::getSentFrom PHP Method

getSentFrom() public method

public getSentFrom ( ) : string
return string send from address of the email
    public function getSentFrom()
    {
        return $this->_from;
    }