retain 'from address' after setting 'envelope from'
I am trying to use JavaMail API for sending mails to a list of users. If I have an invalid email address, I would like a bounce mail to be sent to a common email address that is not the same as the "from email". I have no trouble doing this as I am setting envelope address.
But, for the success mails, I still have this envelope address as the from address and not the 'fromAddress' that I would like to have. Because of this, when that user replies, he gets to the common mail.
I know there is a bug (6173291) listed in SDN from a while. I was wondering if any one has faced this and solved the problem. Please help.
Thanks,
Aswin

