PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I don't know how feasible this is, but here goes anyway...
I'm in the midst of building a CRM app. One of the *desireable* requirements is the ability to track read receipts (confirmation popup box that appears when opening a new message) for system-generated email correspondence. Non-repudiation stuff - confirmation that person X has received the email update about their account status etc etc.
I've got the process of sending email down pat, but I'm stumped on:
Firstly, how to request a read receipt in an outgoing messages (I'm guessing this is something that gets coded into the email headers); and
Secondly, how to get this confirmation back into my app.
I've been looking everywhere to try and find a tutorial or pre-fab class, but I'm having no luck at all! If anyone's got a suggestion, I'd be most obliged.
bender wrote:
I've got the process of sending email down pat, but I'm stumped on:
Firstly, how to request a read receipt in an outgoing messages (I'm guessing this is something that gets coded into the email headers);