使用phpmailer发送的内容里面写了css,css里面用到了background url(xxx),最后解析出来url()里面为空

WBOY
Release: 2016-06-23 14:39:24
Original
1072 people have browsed it

使用phpmailer发送的内容里面写了css,css里面用到了background url(xxx),最后解析出来url()里面为空,是怎么回事?谁有过同样的经历?
不知道是在哪过滤。


回复讨论(解决方案)

发邮件需要写url的具体地址,把url可以通过外网访问的

发邮件需要写url的具体地址,把url可以通过外网访问的 我写的是具体地址,我的意思是全变空了,亲。好像是过滤处理,但是不知道在哪处理的。


发邮件需要写url的具体地址,把url可以通过外网访问的 我写的是具体地址,我的意思是全变空了,亲。好像是过滤处理,但是不知道在哪处理的。
这个倒没有遇到过,我以前做的发邮件也包含过background,同样的url,但没遇到过这种情况
我想,可能是你其他的哪个样式影响了那块
我遇到过这样的一个问题,就是邮件发送出去了,但是样式却没了,原因就是里面的一些style给影响的,你可以再优化下你的style



发邮件需要写url的具体地址,把url可以通过外网访问的 我写的是具体地址,我的意思是全变空了,亲。好像是过滤处理,但是不知道在哪处理的。
这个倒没有遇到过,我以前做的发邮件也包含过background,同样的url,但没遇到过这种情况
我想,可能是你其他的哪个样式影响了那块
我遇到过这样的一个问题,就是邮件发送出去了,但是样式却没了,原因就是里面的一些style给影响的,你可以再优化下你的style 邮箱本身的问题,换了个邮箱账号就OK了。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template