安排电子邮件通知
我正在尝试找出一个根据用户偏好发送电子邮件通知的好解决方案。用户可以设置
- 每次事件发生时
- 发出的通知每小时一次 每天
- 一次
- 每周一次
最好的方法是设置一个 crontab,每分钟运行一次 .php 检查是否需要发送任何内容?有没有其他方法/更有效的方法来安排这样的事情?
I'm trying to figure out a good solution for sending email notifications based on user preference. Users can set up notifications to come
- Everytime the event occurs
- Once an hour
- Once a day
- Once a week
Would the best way to do this be to set up a crontab that runs a .php every minute checking to see if anything needs to be sent out? Is there another way/more efficient way to schedule something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说的是:
I'd say the following: