{{tag>mail php laravel}} ====== Send delayed mail via Laravel queue ====== ===== Change DB driver ===== In .env file put QUEUE_DRIVER=database insted of QUEUE_DRIVER=sync ===== Run queue in background ===== nohup php artisan queue:work --daemon & ====== Tested on ====== * Debian 10.7 * PHP 7.3.19-1~deb10u1 * Laravel Framework 5.6.15 ====== References ====== * https://stackoverflow.com/a/42133998/6881647 * https://stackoverflow.com/a/28625847/6881647