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