Jul 27, 2005 #1 lazydays Technical User Joined Sep 29, 2003 Messages 93 Location GB I think I already know the answer to this, but thought I'd double check! Is there a way to get read receipts when sending mail via php mail() function?
I think I already know the answer to this, but thought I'd double check! Is there a way to get read receipts when sending mail via php mail() function?
Jul 27, 2005 #2 DRJ478 IS-IT--Management Joined Aug 10, 2001 Messages 2,264 Location US It just depends what additional headers you send with the mail. A quick study of RFC822 will help you: http://www.faqs.org/rfcs/rfc822.html Upvote 0 Downvote
It just depends what additional headers you send with the mail. A quick study of RFC822 will help you: http://www.faqs.org/rfcs/rfc822.html