Posted by Kim Andrι Akerψ on 09/25/06 19:24
Nitro wrote:
> I recently developed a web app with php which sends emails out via
> form submission. I'ts an eProofing system for a publishing/advertising
> company. Now, I am being asked to provide email reciept of some sort.
> They want to know if the recipient recieved the email. It would be
> nice to know if they checked the email as well.
>
> I've done some searching, but haven't found anything concrete yet on
> how to build this. Right now I'm just looking for a simple solution if
> it's possible. Just to clarify, I'm not looking to check if an email
> is valid. I'm trying to add something that would let us know that the
> email was recieved (and looked at) if possible.
>
> How can this be accomplished?
The closest thing would be to add a Return-Receipt-To header to the
e-mail. On those e-mail clients that support it on the receiving end,
it will request a return receipt to the e-mail address specified in the
Return-Receipt-To. Example header line:
Return-Receipt-To: returnaddress@example.com
Please note that this header line will only request it from the client.
If the client software supports the use of the header, it's up to the
user configuration whether the request is allowed or ignored.
http://www.savetz.com/yic/YIC04FI_7.html
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|