Delivery Receipt for email
Hi All,
As a part of our requirement we have to receive a delivery receipt once an email is successfully delivered to recipient.
I was able to receive read receipt by setting below header when sending an email.
But not able to receive delivery notification.
message.addHeader("Return-Receipt-To" , "emailID.com"); message.addHeader("Disposition-Notification-To","emailID.com");
if anyone has tried out, please help.thanks in advance.
Regards,
Niharika