largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006423 [phplist] All Other feature always 19-05-06 05:32 18-02-08 14:19
Reporter hola View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0006423: Add ability to have request read receipt
Description Hello - maybe has part of the enhanced stats we could somehow have the ability to turn on request read receipt?

I think its this header "Disposition-Notification-To"

Syntax
addheader("Disposition-Notification-To", "<someaddress@mydomain.com>");
Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0002705closed PHPList v2.11 release 

-  Notes
(0013815)
hola (reporter)
19-05-06 05:44

Sorry this is the correct syntax

   $this->addCustomHeader("Disposition-Notification-To: Your Name<you@you.com>");

Need to somehow connect the message id or have the email address to return the read receipt provide the key to what message
(0013816)
hola (reporter)
19-05-06 05:56

Okay - its in the phpmailer class already just need to set ConfirmReadingTo var - I suppose PHPList could then process the emails sent to that mail box via IMAP and use the message ID?
(0013826)
hola (reporter)
19-05-06 12:01

an update on research - the request receipt does not seem to work on web based email applications such as gmail/yahoo. Located some info on Delivery Service Notifications (DSN's) and was told to add Return-Receipt-To and if all goes well the MTA's talk to each other and you should get some response - my hosting provider is using qmail so I do not know what support it has for DNS - could not find anything concrete.

  $this->ConfirmReadingTo = "marc@propertytalk.com";
     $this->addCustomHeader("Return-Receipt-To: <marc@propertytalk.com>");
(0013827)
hola (reporter)
19-05-06 12:04

Sorry forgot to add that I still did not get a confirmation of some kind that I read the email with both headers in my gmail account


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker