kripavijayanand asked:
I want to send email on a frequency basis. I want to set a Jobs By email section where the interested jobs based on the candidates criteria will be mailed to him weekly, or monthly using php. I am using Xampp in windows.
I want to send email on a frequency basis. I want to set a Jobs By email section where the interested jobs based on the candidates criteria will be mailed to him weekly, or monthly using php. I am using Xampp in windows.


1 Comment to 'how to send email weekly, biweekly and monthly automatically using php and mysql?'
January 17, 2010
You would setup a windows schedule to run on a weekly basis, say sunday 9:00am. And get the scheduler to run the php file which runs a sql query that gets the jobs since the last run time, that meet the candidates criteria.
Leave a comment