我看过很多视频,但不知道如何使用send mail
php。
我已经配置了smtp port
andserver
以及php.ini
文件和sendmail.ini
文件,更改了auth_username
and password
。但是,下面的代码仍然不起作用!
<?php
mail('xyz@gmail.com','Hello','Testing Testing','From:abc@gmail.com');
?>
我需要下载任何东西或更改 gmail 设置吗?