昨天在做邮件的时候想做个回执功能,就是在第一次查看邮件时弹出一个是否给对方发送回执的对话框,并自动发送的功能。 
在网上找了好久,基本都说是“email.addHeader("Disposition-Notification-To"”就可以了。 
但我已经添加,却始终没有效果,我生成的eml格式如下: 
Return-Path: <[email protected]
Message-ID: <21506279.531261099670531.JavaMail.Administrator@server> 
MIME-Version: 1.0 
X-UserIsAuth: true 
Delivered-To: [email protected] 
Received: from LI-13BDE4E12C90 ([192.168.0.64]) 
          by server (JAMES SMTP Server 2.3.1) with SMTP ID 269 
          for <[email protected]>; 
          Fri, 18 Dec 2009 09:27:50 +0800 (CST) 
Date: Fri, 18 Dec 2009 09:26:02 +0800 (CST) 
From: aaa <[email protected]
To: bbb <[email protected]
Subject: =?utf-8?B?5rWL6K+V5Zue5omn5Li76aKY?= 
Content-Type: multipart/alternative; 
boundary="----=_Part_5_1679831.1261099562125" 
returnceipt: 1 
Disposition-Notification-To: [email protected] 
X-Priority: 3 ------=_Part_5_1679831.1261099562125 
Content-Type: text/html; charset=utf-8 
Content-Transfer-Encoding: base64 PERJVj7mtYvor5Xlm57miaflhoXlrrk8L0RJVj4= 
------=_Part_5_1679831.1261099562125-- 回执功能还需要配置JAMES吗?或者是必须自己手动实现页面弹出对话框和自动回执的功能呢? 
很急,明白的朋友帮帮忙啊,先谢谢大家了!
结贴后
http://topic.csdn.net/u/20091218/09/a3be72b0-1d32-4eef-9979-c797454e4279.html?seed=1389255451&r=62009858#r_62009858  的分数一并奉送!