I've added the following code to our PHP Mail app which sends out emails:
$email_header .= "Disposition-Notification-To: $from";
$email_header .= "X-Confirm-Reading-To: $from";
However, we are not receiving any 'Delivered' or 'Read' confirmations.
Any thoughts?
Thanks,
H.