我試圖發送一封HTML郵件,它將通過蝙蝠收到!程序。發送HTML郵件給蝙蝠!程序(C#)
郵件正在從C#代碼發送。 我成立了IsBodyHtml = true;
。 我的HTML代碼:
<html>
<head>
<title>Mail</title>
</head>
<body>
<map name="planetmap">
<area shape="rect" coords="20,29,303,155" href="http://mysite.com" alt="this is my site" />
<area shape="rect" coords="372,23,479,103" href="http://somesite.com/" alt="somesite" />
<area shape="rect" coords="35,345,169,408" href="anotherlink.com" alt="" />
<area shape="rect" coords="178,348,332,409" href="http://www.lastsite.com/" alt="lastsite" />
</map>
<img src="cid:mail" usemap ="#planetmap" border="0"/>
</body>
</html>
該郵件顯示在Outlook很好,但在蝙蝠!它只是一個圖像(地圖不起作用)。 誰能告訴我我做錯了什麼?