Prado\Util\TEmailLogRoute::getSentFrom PHP Méthode

getSentFrom() public méthode

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