monthlyOn(1, '00:00'); Schedule::command('anonaddy:check-domains-sending-verification')->daily(); Schedule::command('anonaddy:check-domains-mx-validation')->daily(); Schedule::command('anonaddy:clear-failed-deliveries')->daily(); Schedule::command('anonaddy:clear-outbound-messages')->everySixHours(); Schedule::command('anonaddy:email-users-with-token-expiring-soon')->daily(); Schedule::command('auth:clear-resets')->daily(); Schedule::command('sanctum:prune-expired --hours=168')->daily(); Schedule::command('cache:prune-stale-tags')->hourly();