largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006423phplistAll Otherpublic19-05-06 05:3218-02-08 14:19
Reporterhola 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target Version2.11.XFixed in Version 
Summary0006423: Add ability to have request read receipt
DescriptionHello - 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>");
TagsNo 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


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker