create cron task
sudo crontab -e
cronjob set time
Min
Hour
Day of Month
Month
Day of Week
// * * * * * cd /Applications/MAMP/htdocs/project_name && Console/cake SendEmail staging
// Example
// 0 23 * * * cd /Applications/MAMP/htdocs/project_name && Console/cake SendEmail staging
cron examples
0 * * * * every hour
*/15 * * * * every 15 mins
0 */2 * * * every 2 hours
0 18 * * 0-6 every week Mon-Sat at 6pm
10 2 * * 6,7 every Sat and Sun on 2:10am
0 0 * * 0 every Sunday midnight
@reboot every reboot
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us