图像阻止问题生成邮件

时间:2015-12-03 11:36:03

标签: html image email

我们使用Java API和HTML模板发送邮件,如

    <html>
<head>
 <title>Activation Mail</title>
 <link href="custom.css" rel="stylesheet" type="text/css"/>
</head>

<body style="margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;background-color: #F0F0F0;">
  <img src="http://uat-flipxl.fliplabs.net/flipxl/style_appl/images/banner1.jpg" style="width:620px;height:95px;"/>

</body>
</html>

邮件已成功发送。但图像不会显示在邮件中。在邮件中,图像源创建为

<img src="//www.rediffmail.com/cgi-bin/red.cgi?red=http%3A%2F%2Fuat%2Dflipxl%2Efliplabs%2Enet%2Fflipxl%2Fstyle%5Fappl%2Fimages%2Fbanner1%2Ejpg&amp;isImage=1&amp;BlockImage=1&amp;rediffng=0&amp;rogue=c0f0aa43da2e831f97528cd4d35ab6eac85bfe9f" style="width:620px;height:95px;">

因此不显示图像。如何覆盖此问题?请解决任何问题。

0 个答案:

没有答案