MailThief\MailThief::loadGlobalFrom PHP Method

loadGlobalFrom() protected method

protected loadGlobalFrom ( )
    protected function loadGlobalFrom()
    {
        if ($this->config->has('mail.from.address')) {
            $this->alwaysFrom($this->config->get('mail.from.address'), $this->config->get('mail.from.name'));
        }
    }