Setup email & scheduling

Step 1: Setup SMTP account

You can use vendor like: MailGun, Sendinblue, Amazone SES...

Step 2: Setup Scheduling Cron

Config Cronjob on Cpanel

/usr/local/bin/php your_app_path/artisan schedule:run >> /dev/null 2>&1

Last updated