如果我从bat文件执行php脚本,邮件功能不起作用

Here, is my php script :

enter image description here

my php.ini:

enter image description here

if I execute the script using a browser, it works fine :

enter image description here

but if I execute the script using a bat file, it doesn't work. enter image description here

here, is my bat file: enter image description here

It seems like php is not reading the php.ini.

Run the command php --ini and see if the Loaded Configuration File: is the correct one.

You can tell php where to find the right php.ini by adding the option -c:

php -c C:\php\php.ini -f C:\wamp\...\mail.php