Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read receipt

Status
Not open for further replies.

DeSn

Programmer
Nov 20, 2001
111
BE
Hi,

I want to put a read receipt on my out-going mail. I tried the following code:

Message msg = new MimeMessage(session);
msg.addHeader("Return-Receipt-To", "test@hotmail.com");

But this doesn't do a thing.

Can anyone help me?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top