当选择将发送的邮件发送到某个程序中时,必须使用了适当的文件权限(755)。更改脚本文件的权限:
chmod 755 mysrcipt.php,其中myscript.php代表的是你的脚本位置和文件名。
必须使用正确的hash bang。
#!/usr/bin/php -q — For PHP。
#!/usr/bin/perl — For Perl。
当选择将发送的邮件发送到某个程序中时,必须使用了适当的文件权限(755)。更改脚本文件的权限:
chmod 755 mysrcipt.php,其中myscript.php代表的是你的脚本位置和文件名。
必须使用正确的hash bang。
#!/usr/bin/php -q — For PHP。
#!/usr/bin/perl — For Perl。
上一篇
下一篇