开发者

How to send email after 1 month with php

开发者 https://www.devze.com 2023-01-11 10:45 出处:网络
In my web-application, i want to create a some-type of calendar plus reminder. For example, i need to create task and i want to receive a e-mail notification after 1 month.

In my web-application, i want to create a some-type of calendar plus reminder. For example, i need to create task and i want to receive a e-mail notification after 1 month.

How to implement it?

Thanks in ad开发者_运维问答vance.


Have a cron job run every hour or so that finds all messages that haven't been delivered that were created a month ago.

0

精彩评论

暂无评论...
验证码 换一张
取 消