Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何安排一封电子邮件在某个日期前这么多天/几周发出?
我为正在创建的提醒服务设置了 cron 作业。目前,cron 作业在当天发送电子邮件提醒。我想在存储在数据库中的日期前 2 周发送电子邮件提醒。
关于如何实现这一目标的任何想法?
谢谢,丹
您几乎已经具备此逻辑,如果您在当天发送电子邮件,那么只需将它应该检查的日期从今天更改为两周后的日期。