Laravel error when sending email notification – PHP Versions
Laravel Version: 8.78.1 PHP Version: 8.0.10 I've created a custom command to run on a schedule and email a notification. My Command class handle method: public function handle() { $sql = "SELECT * FROM Licences WHERE (Expired = 1)"; $list…