我制作了一个php脚本,通过以下教程在php中发送电子邮件:
它有效,但并非总是如此。有些用户在他们的电子邮件中看到我的PHP代码。
例如:
Content-Type: multipart/alternative;
boundary="-----=2ba3f325bd1156f694ea4dbd4a2aee3f"
-------=2ba3f325bd1156f694ea4dbd4a2aee3f
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Ceci est un test.
-------=2ba3f325bd1156f694ea4dbd4a2aee3f
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Demande de réinitialisation de mot de passe</title>
</head>
<body style="background-color:#f5f5f5;">
等。
提前感谢您的帮助:)