我想发送邮件到我的Gmail,但失败了

时间:2016-12-30 11:05:39

标签: php xampp

我的send.php代码是

<?php
mail('mn###an@gmail.com', 'Mail Subject', 'From: md###an@gmail.com');

?>

和php.ini文件是

enter image description here

enter image description here

和sendmail.php是

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为你最好使用PHPMailer https://github.com/Synchro/PHPMailer。它的面向对象,超级容易,有很多选项。这是一个简单的例子 Using phpmailer()