我正在从我的网站发送电子邮件。电子邮件是 html 并包含图像。看起来带有编码的uris没有显示在outlook、gmail等中。
这个不显示:路径:示例
电子邮件来源(前景):
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Test6<br><br><br><br>
<img alt="" src="http://www.example.com/fileshare/filarkivroot/Bilder/Rett%20til%20%C3%A5%20lese/Lydkort_bilder/15_Murakami_2_kort.jpg">
<br><br><br><br>
这确实显示在电子邮件中:
小路:
http://www.rettilaalese.no/fileshare/filarkivroot/shop/Produktgruppe/medium.jpg
电子邮件来源(展望):
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Test5<br><br><br><br>
<img alt="" src="http://example.com/fileshare/filarkivroot/shop/Produktgruppe/medium.jpg">
<br><br><br><br>Hilsen Espen
使用正确的 url(不是 example.com)时,图像存在并显示在浏览器中