我想执行一个php脚本以发送电子邮件。我已经在cpanel cronjob中添加了文件路径,但是当我收到电子邮件时
X-Powered-By:PHP / 5.4.43 内容类型:text / html
在cronjob的cpanel中,我输入以下代码:
const
我想要执行的代码如下:
php /home/themesby/public_html/reminder/trimite-email.php
可能是问题的根源是什么? Thx提前。
答案 0 :(得分:1)
尝试包含php二进制文件的绝对路径,如下所示:
/usr/bin/php /home/themesby/public_html/reminder/trimite-email.php