Automatic Mail Sending on specific Dates in PHP

前端 未结 5 1564
春和景丽
春和景丽 2020-12-22 07:24

I am having some mail ids in my database. I have to send mail to those mail ids automatically on some specific dates that i have mentioned in my database.How to do that in p

5条回答
  •  旧时难觅i
    2020-12-22 07:59

    The software utility Cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals.

    example

提交回复
热议问题