Sendmail function and read receipt (OpenInsight 32-bit Specific)
At 28 JUL 2005 09:25:04AM David Pittard wrote:
I am using the sendmail() function for email. Is there any way to request a read receipt?
At 28 JUL 2005 06:34PM Patrick Shaughnessy wrote:
Check this out. (from Help on "sending email"
Send an email, requesting a receipt. Flags=MAPI_RECEIPT_REQUESTED$ + MAPI_DIALOG$ + MAPI_NEW_SESSION$ Message=' Message=Send e-mail Test" Message =marketing@yourcompany.com" Message = "ikrakow_1999@yahoo.com" Message =This is a sample Message" Message =Flags </QUOTE> —- === At 29 JUL 2005 10:59AM Matt Sorrell wrote: === <QUOTE>And of course the caveat is that it is reliant on the recipient's mail client understanding "read receipts" and being willing to issue them. msorrel@greyhound.com Greyhound Lines, Inc. </QUOTE> —- === At 01 AUG 2005 03:46PM David Pittard wrote: === <QUOTE>Thanks Patrick, but I no longer the MAPI function - I use retval=sendmail(mailServername, senderName, recipient, subject, body, cc, bcc, replyto, content,attachmentFileList, username, password) </QUOTE> View this thread on the forum...