【发布时间】:2011-10-20 14:13:46
【问题描述】:
我有一个 PHP 脚本,它每两周向订阅者发送一次提醒。每次发送电子邮件时,它还会发送一封来自“Cron Daemon”的电子邮件。当我第一次编写脚本时,它没有发送这封电子邮件,但现在它发送了。我对此有几个问题。
电子邮件是这样写的:
Set-Cookie: PHPSESSID=((random letters and numbers here)); path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
- 这封电子邮件是什么意思?
- 为什么要发送这封电子邮件?
- 有没有办法阻止脚本发送这封电子邮件?
【问题讨论】: