JSP如何编写自动邮件提醒代码
我正在做一个预订系统,需要在预订日期前一天向用户发送电子邮件提醒吗?我不知道如何触发发送电子邮件有什么建议吗?
I am doing a booking system, and need to send an email reminder to user one day before the booking date? I have no idea how to trigger send email any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用quartz计划触发器
在预订时构建触发器字符串,它将在指定的时间自动执行。
You can use quartz schedule triggers
Build trigger string at the time of booking and it will automatically execute on time specified.