Jobby\BackgroundJob::mail PHP Method

mail() protected method

protected mail ( string $message )
$message string
    protected function mail($message)
    {
        if (empty($this->config['recipients'])) {
            return;
        }
        $this->helper->sendMail($this->job, $this->config, $message);
    }