| Anonymous | Login | Signup for a new account | 02-09-10 22:07 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0006423 | phplist | All Other | public | 19-05-06 05:32 | 18-02-08 14:19 | ||||||
| Reporter | hola | ||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | 2.11.X | Fixed in 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>"); | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Relationships |
||||||
|
||||||
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 |