如何编写php脚本在截止日期前5天向用户发送提醒电子邮件?

发布于 2024-12-19 18:43:09 字数 86 浏览 0 评论 0原文

我在 codeigniter (PHP) 中编写了一个邮件函数来向用户发送邮件。现在我想在过期日期前 5 天发送提醒邮件。如果有人有任何想法请在这里发帖...

I have written a mail function in codeigniter (PHP) to send mail to users. Now I want to send a reminder mail 5 days before their expire date. If anybody have any idea please post here...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南七夏 2024-12-26 18:43:09

创建一个 cron 作业(如果您使用 Windows,则创建计划任务)来运行脚本并每天/每小时(或适合您需要的任何其他时间范围)运行它。
谷歌上有很多关于如何设置 cron 作业的教程,看看这个 例如

Create a cron job (or scheduled task if you use Windows) to run your script and run it every day / hour (or any other timeframe that suits your needs).
There are plenty of tutorials on google how to setup cron job, check this out for example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文