Cron Setup - Please Help

sohaib

Verified User
Joined
Apr 27, 2005
Messages
191
Location
Shared & Dedicated Hosting
I am just wondering how I can setup the following cron JOB

I want the cron system to send me an email every sunday informing me about me paying a bill. how can enter that message via my crontab .

Please kindly help me as I would like to setup a reminder where I can get an email from my server every sunday.

Thanks
 
I would create a php script to send the email, that way I could test it. Then I would simply have the cronjob run that script at a specified time every Sunday...
 
Back
Top