Home > Backend Development > PHP Tutorial > 自定义发送邮件解决思路

自定义发送邮件解决思路

WBOY
Release: 2016-06-13 13:12:29
Original
844 people have browsed it

自定义发送邮件
有一个功能,不知道如何下手,求各位大大指教!

做的是一个提醒功能:

比如现在数据库中有一条记录,是需要在指定的某个时间发送邮件的。怎么做?

1、提醒方式:
·邮件,先请教邮件的。
·短信
2、提醒时间:
·到点提醒(即某年某月某日某时某分某秒)
·每天提醒(即每天的某时某分某秒)
·每周提醒(即每周的周几的某时某分某秒)



------解决方案--------------------
1.定时功能 达到条件

2.读取数据库记录

3.send mail 短信的话直接到时间post/get到短信接口


有什么不知道如何下手呢?三条一条一条处理。你需要那么详细的提醒功能用linux比较好处理.
------解决方案--------------------
你猜对了
------解决方案--------------------
PHP自身没有定时执行的可能,除非在任务管理器中定时启动这个脚本,或者有人访问你的网站时触发
------解决方案--------------------
我不访问你的网站,看你提醒谁
------解决方案--------------------
你是想做网站的邮件订阅吗?那最起码有个email地址吧,不然你把邮件发给谁啊。
------解决方案--------------------
提示一下 触发器 或者在程序中写 到达某一个时间的时候访问一次数据库
------解决方案--------------------
在linux下定时访问你写的接口
------解决方案--------------------
做脚本然后自动运行啊!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template