我按照本教程制作了一个 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;">
ETC..
预先感谢您的帮助 :)