setting header Return-Path
Hi all,
I am unable to set the header Return-Path. It is always the From address. This is the code I used.
Message m = new MimeMessage(sn);
m.setHeader("Return-Path","<antonypaul24@xxx.com>");
Is it becuase that it is set by the API or the server.
rgds
Antony Paul

