【发布时间】:2011-08-08 23:26:09
【问题描述】:
这个转到收件箱:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="550">
<tr>
<td bgcolor="#052444">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="510">
<tr>
<td>
<font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Visite meu blog, comente e divulgue as matérias publicadas:</a></b></font>
<a href="xxxxxxxxxxx" target="_blank"><img src="xxxxxxx" alt="Blogger" title="Blogger" style="display:inline; color:#F29600;" border="0" height="33" width="32" /></a>
<br />
<font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Siga meu perfil no twitter:</a></b></font>
<a href="xxxxxxxx" target="_blank"><img src="xxxxxx" alt="Twitter" title="Twitter" style="display:inline; color:#F29600;" border="0" height="33" width="31" /></a>
<br />
<font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Participe do meu Facebook:</a></b></font>
<a href="xxxxx" target="_blank"><img src="xxxxxx" alt="Facebook" title="Facebook" style="display:inline; color:#F29600;" border="0" height="33" width="32" /></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
但这总是进入垃圾邮件箱:
<table id="body_holder" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="550">
<tr>
<td height="160"><img src="xxxxxxxxxxxxxxxxxx" alt="xxxxxx" title="xxxxxxx" style="display:block;" border="0" height="160" width="550" /></td>
</tr>
<tr>
<td bgcolor="#052444">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="510">
<tr>
<td height="30" valign="bottom"><font color="#FFFFFF"><b>Vamos juntos compartilhar idéias e informações nas redes sociais!</b></font></td>
</tr>
<tr>
<td><br /> <font color="#FFFFFF" face="Arial" size="2"> Marcos, <br /><br /> As redes sociais têm um potencial incrível para compartilhar idéias e mobilizar pessoas em prol de uma causa. <br /><br /> Por isso, gostaria de convidar você a interagir comigo nestes importantes canais de relacionamento. <br /><br />
<table cellpadding="0" cellspacing="0" height="33">
<tr>
<td valign="middle"><font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxxxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Visite meu blog, comente e divulgue as matérias publicadas:</a></b></font></td>
<td width="10"></td>
<td valign="middle"><a href="xxxxxxxxxxxxxxx" target="_blank"><img src="xxxxxxxxx" alt="Blogger" title="Blogger" style="display:inline; color:#F29600;" border="0" height="33" width="32" /></a></td>
</tr>
</table>
<br />
<table cellpadding="0" cellspacing="0" height="33">
<tr>
<td valign="middle"><font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Siga meu perfil no twitter:</a></b></font></td>
<td width="10"></td>
<td valign="middle"><a href="xxxxxxxxxxxxxxx" target="_blank"><img src="xxxxxxxxxxxxxx" alt="Twitter" title="Twitter" style="display:inline; color:#F29600;" border="0" height="33" width="31" /></a></td>
</tr>
</table>
<br />
<table cellpadding="0" cellspacing="0" height="33">
<tr>
<td valign="middle"><font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxxxxxxxxxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Participe do meu Facebook:</a></b></font></td>
<td width="10"></td>
<td valign="middle"><a href="xxxxxxxxxxxxxx" target="_blank"><img src="xxxxxxxxx" alt="Facebook" title="Facebook" style="display:inline; color:#F29600;" border="0" height="33" width="32" /></a></td>
</tr>
</table>
<br />
<table cellpadding="0" cellspacing="0" height="33">
<tr>
<td valign="middle"><font color="#FFFFFF" face="Arial" size="2"><b><a href="xxxxxxx" target="_blank" style="color:#FFFFFF; text-decoration:none;">Seja meu amigo no Orkut:</a></b></font></td>
<td width="10"></td>
<td valign="middle"><a href="xxxxxxxxxx" target="_blank"><img src="xxxxxxx" alt="Orkut" title="Orkut" style="display:inline; color:#F29600;" border="0" height="33" width="32" /></a></td>
</tr>
</table>
</font></td>
</tr>
<tr>
<td align="center" height="80" valign="middle"><font color="#FFFFFF">Se você não quiser mais receber os emails do Jomázio, <a href="xxxxxxxx" accesskey="clique" style="color:#F29600;">clique aqui</a>.</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table
>
我真的不明白。
【问题讨论】:
-
i rly don't understand it.是的,同样。你举的两个例子有什么区别?另外,如果是垃圾内容,它会进入垃圾邮件文件夹... -
您确定不是要屏蔽发件人?即让电子邮件看起来像是来自“abc@def.com”,但实际上来自 abc@sender.com”?
-
不,我设置了 $php_mailer->Sender = 'same@same.com.br';和 $php_mailer->from = 'same@same.com.br'; idk 为什么第二个进入垃圾邮件而第一个进入收件箱。如果有人解释一下,我想知道。