Swiftmailer经常从我邮件中的链接中删除.
www.
。
这是随机发生的,我注意到了。
以下经常输出wwwdomain.com
,而.
之后没有www
href
网址本身始终是正确的,但不是其中的文字链接。
请参阅中间的<a>
标记:
<!-- START MAIL FOOTER -->
<table width="100%" cellspacing="0" cellpadding="0" align="center" bgcolor="#f6f6f6" style="background: #f6f6f6;">
<tr>
<td valign="top">
<table width="600" cellspacing="0" cellpadding="0" align="center" bgcolor="#f6f6f6" style="background: #f6f6f6;">
<tr>
<td width="5" style="font-size: 1px; line-height: 1px;"> </td>
<td style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 100; color: #8c8c8c; padding: 15px 10px 25px 10px; text-align: center; line-height: 20px; color: #8c8c8c;">
<a href="https://www.domain.com/" style="text-decoration: none; color: #8c8c8c;">
this mail was sent from <span style="color:#009dab;">www.domain.com</span>
</a>
</td>
<td width="5" style="font-size: 1px; line-height: 1px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END MAIL FOOTER -->