Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML邮件上的纯文本url不能处于活动状态_Html_Url_Html Email_Plaintext - Fatal编程技术网

HTML邮件上的纯文本url不能处于活动状态

HTML邮件上的纯文本url不能处于活动状态,html,url,html-email,plaintext,Html,Url,Html Email,Plaintext,我想把一个URL作为明文。该url不能是活动链接安全策略:S。问题是当我发送带有明文的电子邮件时,一些电子邮件服务如Microsoft@hotmail、@outlook、@live识别我的纯文本并转换为活动链接。我用下面这些来欺骗微软,谷歌等,但现在它不起作用了,我只能用Html代码来修复它 <p> <strong> h <input type="hidden" name="blank"/> t <img width="0" height="0" alt

我想把一个URL作为明文。该url不能是活动链接安全策略:S。问题是当我发送带有明文的电子邮件时,一些电子邮件服务如Microsoft@hotmail、@outlook、@live识别我的纯文本并转换为活动链接。我用下面这些来欺骗微软,谷歌等,但现在它不起作用了,我只能用Html代码来修复它

<p>
<strong>
h
<input type="hidden" name="blank"/>
t
<img width="0" height="0" alt=""/>
t
<img width="0" height="0" alt=""/>
p:
<img width="0" height="0" alt=""/>
//w
<img width="0" height="0" alt=""/>
w
<img width="0" height="0" alt=""/>
w
<img width="0" height="0" alt=""/>
.
<wbr/>
myawesomelink.
<img width="0" height="0" alt=""/>
c
<img width="0" height="0" alt=""/>
o
<img width="0" height="0" alt=""/>
m?cn=
<wbr/>
T007
</strong>
</p>

问题不在于我使用了一些通用的链接。问题是如何标记该纯文本或使用电子邮件服务无法将我的纯文本转换为活动链接的内容。在我的代码中,我使用一些隐藏图像(宽度0高度0)来分隔我的纯文本,并在邮件中显示正确的所有文本,但最近几周,Microsoft取消了我的想法并将其作为活动文本发送http://myawesomelink%2Ecom?cn=T007 但是一些浏览器可能不像主流浏览器那样处理这个问题。问题是,您正在修改链接的信息,我希望它处于非活动状态,但具有正确的信息。那么,这里似乎没有办法