Hi All,
Im using Mercury mail server with java. I have configured the delivery receipt and read receipt with separate mail address in my java program for mercury server.
When i run the program, the delivery receipt is sent to recipient address and not to the email address given for delivery receipt. With read receipt im able to send to the email address configured to read receipt, but im also getting a copy of the mail in recipient email address.
When I inspected the delivery confirmation template files of mercury server, by default it has recipient email address[~T]. ~T is the substitution for recipient address template files.
Actually it should be able to get the address given in header of java program.Like this
msg.addHeader("Return-Receipt-To", <mail address="">);</mail>
<mail address=""></mail>
Can anyone guide me how to override this to address in sucess delivery template with my own dynamic email address or how to override the same using java program?
<p>Hi All,
</p><p>Im using Mercury mail server with java. I have configured the delivery receipt and read receipt with separate mail address in my java program for mercury server.
</p><p>When i run the program, the delivery receipt is sent to recipient address and not to the email address given for delivery receipt. With read receipt im able to send to the email address configured to read receipt, but im also getting a copy of the mail in recipient email address.
</p><p>When I inspected the delivery confirmation template files of mercury server, by default it has recipient email address[~T]. ~T is the substitution for recipient address template files.
</p><p>Actually it should be able to get the address given in header of java program.Like this
msg.addHeader("Return-Receipt-To", <mail address="">);</mail></p><p><mail address="">
Can anyone guide me how to override this to address in sucess delivery template with my own dynamic email address or how to override the same using java program?</mail></p>