config('app.supportEmailAddress'), 'name' => 'Hemband Support'], ['email' => config('app.adminEmailAddress'), 'name' => 'Hemband Admin'], ]; Mail::to($toUsers)->send(new NotifyEmail($details)); return true; } }