このチュートリアルに従って、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;">
等..
よろしくお願いします:)