Did you know that any commands you schedule in the console kernel can automatically email their output if something goes wrong
1$schedule2 ->command(PruneOrganizationsCOmmand::class)3 ->hourly()4 ->emailOutputOnFailure(config('mail.support'));
Tip given by @mattkingshott