邮件php客户端看到我的代码

时间:2013-02-27 11:12:40

标签: php email client

我制作了一个php脚本,通过以下教程在php中发送电子邮件:

Tutorial

它有效,但并非总是如此。有些用户在他们的电子邮件中看到我的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;">

等。

提前感谢您的帮助:)

1 个答案:

答案 0 :(得分:0)

不使用邮件功能直接使用像Swiftmailer http://swiftmailer.org/

这样的库

让您更好地控制设置元数据,哑剧类型等,并避免陷阱。