“ PHP邮件功能将邮件发送到垃圾邮件”,如何解决?

时间:2019-12-11 08:03:20

标签: php

我使用了以下代码:

$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";

mail('othertest@gmail.com','Subject','This is test message.'], $headers);```

0 个答案:

没有答案
相关问题