|
|
|
原帖由 wxhsh 於 2009-12-16 12:13 發表 ![]()
其實本地圖片不叫插入,是上傳了,這個WC不支持了,需要用到客戶端組件和服務器緩存,有點複雜了。
據我測試 MDaemon 11.0.0g (Beta) 版,不能上傳本地的圖片,似乎不是它的 bug,因由於它發給新用戶的歡迎信上的圖片,亦是以插入方式做的,請參閱附圖及原始碼:
------------------------ 歡迎信部分原始碼 ------------------------
<div>
<table width="498" cellspacing="0" cellpadding="10" border="0" align="center" style="font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(51, 51, 51);">
<tbody>
<tr>
<td width="267" valign="bottom" height="60" bgcolor="#ffffff" align="left">
<table width="267" cellspacing="0" cellpadding="0" border="0" style="font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(51, 51, 51);">
<tbody>
<tr>
<td><strong>Dear rhode,</strong></td>
</tr>
</tbody>
</table>
</td>
<td width="191" bgcolor="#ffffff"><a href="http://www.altn.com/Downloads/Literature/" target="_blank"><img width="191" height="60" border="0" src="http://www.altn.com/Images/ProductLogos/60px_High_Logos/MDaemon60px.jpg" alt="" /></a></td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff" colspan="2">
<p>Welcome to MDaemon! Your email administrator has created this MDaemon email account for you. Here are some important reference materials that may assist in making the most of your MDaemon email experience:<br />
<br />
<b>Account Information:</b><br />
<br />
• Full Name: rhode<br />
• Email address: rhode@rhode.tgshi.org<br />
• Mail server: rhode.tgshi.org [59.124.36.116]<br />
• Web mail: http://rhode.tgshi.org:3000<br />
• Login: rhode@rhode.tgshi.org<br />
•   assword: contact your email administrator<br />
<br />
<b>Resources:<br />
</b> <br />
• MDaemon's electronic <a href="http://www.altn.com/Literature/Manuals/MDaemon-eMail-Server-Manual.pdf" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">User Manual</span></a> provides an excellent source of information on<br />
every element of the product<br />
• The <a href="http://www.altn.com/Support/KnowledgeBase/" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">Knowledge Base</span></a> provides a product-specific searchable database to help<br />
answer questions<br />
• The <a href="http://www.altn.com/Literature/QuickStartGuide/MDaemon-Webmail-QuickStartGuide.pdf" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">WorldClient quick start guide</span></a> describes key features of MDaemon's<br />
web mail client.<br />
• The <a href="http://www.altn.com/Literature/QuickStartGuide/MDaemon-ComAgent-QuickStartGuide.pdf" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">ComAgent quick start guide</span></a> describes key features of MDaemon's<br />
instant messaging and quick mail access client.<br />
• User supported <a href="http://www.altn.com/Support/CommunityForums/" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">Discussion Groups</span></a> provide beneficial peer-to-peer assistance<br />
• Additional <a href="http://www.altn.com/Support/" style="color: rgb(153, 0, 0); text-decoration: underline;" target="_blank"> <span style="color: rgb(153, 0, 0); text-decoration: underline;">Support Resources</span></a><br />
<br />
<a href="http://www.altn.com/" target="_blank"> <img width="147" height="80" border="0" src="http://www.altn.com/Images/Ads/Save/Email-Footer.png" alt="" /> </a></p>
</td>
</tr>
</tbody>
</table>
</div>
------------------------ 原始碼結束 ------------------------ |
|