这对垃圾邮件有任何影响吗?
例如,我们的IT管理系统发送电子邮件,有时我们会遇到一位客户,其垃圾邮件中包含系统消息。
系统处理票证,并在更新或修改票证时通知用户,以便用户知道返回站点检查票证的状态。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>Short description: can't see web content hosted on phoenix</div><div>Assigned to: .... </div>
<div>Assignment Group: ...</div>
<div>Priority: 4 - Standard</div>
<div>Click here to view:
<a href="https://<LINKTOTICKET>">LINK</a>-INC999999
</div>
<div>Ref:MSG951683</div>
</body>
</html>
而纯文本部分的内容类似于:
Short description: can't see web content hosted on phoenix
Assigned to: ...
Assignment Group: ...
Priority: 4 - Standard
Click here to view: LINK-INC999999
Ref:MSG951683
在这个纯文本部分,什么是最合适的方式来包含相同的超链接,以便用户可以很容易地看到这个链接,无论他们喜欢纯文本还是html格式的电子邮件?