PHP 日历 - 如何让它发送新事件的电子邮件通知?
我正在使用 http://phpcodeworks.com/pec/index 来创建一个不错的用户生成日历,但是它没有当有人发布活动时向我发送电子邮件的功能。我真的很喜欢这个功能,也很喜欢这个日历。
它全部都是开源的,因此您将能够使用代码并查看全部内容。
I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really like this feature and I really like this calendar.
It's all open source, so you'll be able to play with the code and look at it all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在处理新事件创建的代码中使用 mail 函数。
Make use of the mail function inside whichever bit of the code handles the creation of new events.