TS3276 How to send a return receipt request?

How do i set up an email to send me a notification when the recipient opens it?

Mail doesn't nativel support such things. If this still works, you can add a header that will request the read receipt, but it will be for every email you send: http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm
Since most email clients either disable this by default or don't support it at all (like Mail), you will only know if you get a positive response. If you do not get a read receipt, it has little bearing on whether the person read the email or not.

Similar Messages

  • With version update 31.4.0 - the return receipt request and email send priority disappeared. How can I access them now? Thanks!

    With version update 31.4.0 - the return receipt request and email send priority disappeared.
    How can I access them now?
    Thanks!

    Did it? I find it in the bar under alternatives

  • How do I determine if a sent message had a return receipt request attached?

    I don't always send return receipt requests with messages so I'm wondering how I can tell if I sent
    an RRR with a particular sent message? If I sent to multiple recipients, I'd like to know who has not
    returned a receipt.

    You might be able to use a Message Filter to tag the ones that have a receipt requested. I haven't tried that with Sent Items, but tested something similar for incoming messages in this thread: https://support.mozilla.org/questions/1003321

  • Return Receipt Request

    I can't seem to find the option to have "return receipt requested" on my mail program, since getting a mac book pro...
    Is it sill an option and where to I find it?
    thanks

    still an option? this was never an option in Mail from GUI.
    you can do it from terminal though.
    run the following command in terminal
    defaults write com.apple.mail UserHeaders '{"Return-Receipt-To" = "[email protected]"; "Disposition-Notification-To" = "[email protected]"; }'
    and substituting "[email protected]" with your own email address. However, this will cause Mail to send a receipt request EVERY time you send an email.
    also keep in mind that the email clients of your email recipients have to support receipt notification AND it has to be turned on. if they don't support it (Mail doesn't btw) or the feature is turned off this will not work and there is absolutely nothing you can do to get receipt notifications.

  • How to send PUT, DELETE HTTP request in HttpURLConnection ?

    Hi all.
    I want to know that is it possible to send PUT, DELETE request (practically) through java.net.httpURLConnection to http based URL. I have read so many articles describing that how to send GET, POST, TRACE, OPTIONS request but still not finding any sample code which successfully perform PUT and DELETE request. Can any one give idea regarding that?
    Thanks

    Help_Me_Solve wrote:
    Hi all.
    I want to know that is it possible to send PUT, DELETE request (practically) through java.net.httpURLConnection to http based URL. I have read so many articles describing that how to send GET, POST, TRACE, OPTIONS request but still not finding any sample code which successfully perform PUT and DELETE request. Can any one give idea regarding that?
    ThanksIt's technically possible I am sure but 100% impractical because almost nobody uses an HTTP server for that purpose. I don't know what HTTP servers actually implement PUT and DELETE but you can be sure even in those that do the behaviour is off by default.
    If you need to do PUT/DELETE sort of operations you should be using FTP.

  • How to send parameters for POST request in AJAX?

    hi friends,
    I am sunil. I am working on ajax.
    My problem is how to send post parameters in AJAX.
    For GET request. I am using bleow and it is workin fine.
    var url = "GetCurrencyRateController?currid="+CurrId+"&lncurrid="+LnCurrID;
    For POST Requert i am sending as
    var url = "GetCurrencyRateController";
    req.send("currid="+CurrId+",lncurrid="+LnCurrID);
    but it is not working

    Check out the Apache HttpClient package and look for how to use the MultipartPostMethod.
    Here is some sample code:
                HttpClient client = new HttpClient();
                MultipartPostMethod filePost = new MultipartPostMethod("http://localhost:8080/MyApp/Push");
                filePost.addParameter("subName", sub.subName);
                filePost.addParameter("serverName", sub.getServerName());
                File file = new File("C:/dataFile.zip");
                filePost.addParameter(file.getName(), file);
                int code = client.executeMethod(filePost);

  • TS3276 how to send a group email with iPhone 5

    how to send a group email with iPhone 5

    I have a new OSX 27" iMac that is running Maverick. 
    RE: group emails, I am trying to omit individual recients and have tried the following options without success.
    1) Mail- Composing- checked "Automatically- Bcc"
    2) Mail- Composing- unchecked "when sending to a group, show all member addresses"
    The result is that all names continue to show up with email addresses for group emails.
    HELP!  HELP!  HELP!
    Lynn 

  • How do I send a return receipt? I have no option of "retunr reciept" under tools account settings" general.

    I do not see how I am supposed to reply to a message with a retunr receipt. The stock answers list options that are not available in tools.

    If you just want to use this for individual emails, look under Options when you have a Write window open.

  • How to send more than one request parameter through a submit button?

    Hi,
    I want to send two request parameters from the JSP page to the Struts application via following tag:
    <html-el:submit property="event" value="Assign"/>
    This piece of code sends only one request parameter to the backend application: The name of the request parameter is "event" and the value is "Assign".
    However I want to send one more request parameter with each button click. How can I do this?
    Any help is greatly appreciated.

    One thing u can do is add a hidden field and set value into it. When u submit the form this value also will be available in the request object. use request.getParameter("name") to get the value.

  • How can I customise return receipts with a message?

    We are going away and I want to send an automated reply along with the 'mail received' message that should go to my correspondent, as I don't want my family to have to do this time after time. Is it possible?

    https://support.mozilla.org/en-US/kb/vacation-response

  • Email return receipt requested

    Does the basic email service provide for getting back an email receipt so that I can know whether a client received it or not.  Microsoft has this feature, why not Apple?

    http://thunderbirdtweaks.blogspot.com.au/2012/02/hidden-lost-menu-and-toolbar.html one of those?

  • How to disable return receipts

    How can I disable return receipts from Mac Mail for incoming email messages and enable it for outgoing messages?

    Actually, it appears that you can request receipts if you're willing to use Terminal to add headers.
    You can find instructions here: http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm

  • Return Receipts

    I just received a message and immediately after reading it saw a message was sent back but I didn't send it. I looked at the header and found a "return-receipt-to" line with an email address. I set my mail up to bcc myself on every email sent, otherwise, I never would have known that an automatic return receipt message went out. I can't find any settings that allow me to prevent sending automatic return receipts (I use Outlook for work and this is a setting in the client.) Can anyone tell me how to prevent automatic replies so I don't keep sending these on spam emails???
    Thanks.

    You may be able to configure a rule that checks for the particular header, but I don't know how you would then prevent or delay the return. As it stands Mail does not deal with return receipts and does not have the built-in facility to send similar requests.
    Although you can check at VersionTracker or MacUpdate, I don't think there is presently a compatible plug-in to deal with receipts.
    If you have Entourage from Office 2008, it may provide such options. Entourage is much better suited for dealing with business environment email needs like Outlook.

  • Turn Off Disposition Notifications - Opposite of Return Receipt

    I noticed that Mail.app automatically sends MDN's (RFC2298), a.k.a. "Return Receipts." Is there any way to configure Mail.app to not send return receipts, or to at least ask first before sending?
    This is the opposite problem to those who want to know how to ask the recipient to send a return receipt. The problem is whenever I RECEIVE a message with a Disposition-Notification-To header, Mail.app automatically SENDS the notification.

    I noticed that Mail.app automatically sends MDN's (RFC2298), a.k.a. "Return Receipts." Is there any way to configure Mail.app to not send return receipts, or to at least ask first before sending?
    You're mistaken. Mail does not support sending Read Receipt notifications and never has done so. It is able to request Read Receipts, but only through an undocumented way, and it cannot be implemented in any other way.
    Mulder

  • Where's the return receipt option?

    Every other mail client I've used allows me to request (and also send) a return receipt to verify that a message has been displayed or that I have displayed a message. This is an incredibly important feature as I often need that receipt in legal/ contracting work. How can I use this standard feature of email for the past decade at least in mail??!!

    Stuart, hello. This question has been discussed several times recently. Requesting a receipt is not actually a standard feature of email, it is a Microsoft add-on. Apart from being non-standard, it is non-reliable - the recipient's client has to support it, and the recipient has to have set their client to return the acknowledgement. I know many people turn it off. I certainly wouldn't rely on it for legal purposes.
    Anyway, it is possible to tell Apple's mail to include the extra header that requests a receipt, but it has to be done from the terminal, and I don't know what the command is. There were several links to posts that gave the information, but they all seem to be dead, swallowed up by the new discussions system. If you don't get a more informative reply soon, post a new message with a subject like "Return receipt - Andreas or Allan please help"
    AK

Maybe you are looking for

  • Dynamic forms that keep changes?

    I am trying to get a dynamic form built that will keep the changes that are made when the file is saved and then opened up again. For example If I have 6 sub forms to begin with and I delete 3 of them and text to others (some of them expand) and save

  • Only one CPU core recognized [solved]

    For some reason the kernel only recognizes one CPU core out of two. I'm not completely sure at which kernel upgrade it disappeared but it is gone in 2.6.36 and 2.6.37. I know it was still there in september 2010 and earlier. I'm using a x86-64 kernel

  • As2 fscommand not working

    Basically I want to use fscommand to write a local file. I think there may be some issues --  variable = "1235"; path = "file.txt"; fscommand ("save", path); textbox1.text = "HI"; //just so i know it is getting to this point. One, does this work on v

  • What responsiblity  is requirted to create new Org in Oracle 11i

    Can someone please help me .. I want to know what responsibility is required to create new Org in Oracle 11i. Edited by: aali on 20-Apr-2011 02:16

  • External Material Group (UNSPC)

    We would like to use the External Material Group field on the Material Master to house our UNSPC Codes.  We would then use the Material Group field to develop and In-house code that is more intuitive for our Buyer's to enter on Purchase Orders to bet