我们使用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&isImage=1&BlockImage=1&rediffng=0&rogue=c0f0aa43da2e831f97528cd4d35ab6eac85bfe9f" style="width:620px;height:95px;">
因此不显示图像。如何覆盖此问题?请解决任何问题。