Can you get "read receipts" on e mails

Can you get "read receipts" on e mails?

No, which can be prevented by default with the recipient's email client that supports this or by individual message when requested by the sender of a message.

Similar Messages

  • How can I get Read receipt using DSN?

    Hi all,
    I can able to get the Delivered/Undelivered receipt using following code, but am not able to receive Read receipt.
    Am sure I need to add few lines to get that Read receipt. But am not get exact code to achieve that. Already I have searched lot here.Still not get exact code to read receipt using DSN.
    Following is a code, Which am using to get Delivered/Undelivered receipt successfully:
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class testMail {
        public static void main(String args[]) throws Exception {
            String host = "172.15.4.12";
            String from = "[email protected]";
            String to = "[email protected]";
            String dsn = "SUCCESS,FAILURE,DELAY ORCPT=rfc822;" + from;
            // Get system properties
            Properties properties = System.getProperties();
            // Setup mail server
           properties.setProperty("mail.smtp.host", host);
           properties.put("mail.smtp.dsn.notify", dsn);
            // Get the default Session object.
            Session session = Session.getDefaultInstance(properties);
            // Create a default MimeMessage object.
            MimeMessage message = new MimeMessage(session);
            // Set the RFC 822 "From" header field using the
            // value of the InternetAddress.getLocalAddress method.
            message.setFrom(new InternetAddress(from));
            // Add the given addresses to the specified recipient type.
            message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
            // Set the "Subject" header field.
            message.setSubject("hi..!");
            // Sets the given String as this part's content,
            // with a MIME type of "text/plain".
            message.setText("Delivered:");
            // Send message
            Transport.send(message);
             System.out.println("Message Send.....");
    }with above code,I can able to get Delivered/Undelivered receipt.
    I need code to get the Read receipt by using Java mail API.
    Already I did lot of search in google and got weird.
    Thats why I post here.If anybody have the sample code to do this pls., share here..this helpful to lot.
    Thanks in advance.

    bshannon wrote:
    Please read [RFC 3798|http://www.ietf.org/rfc/rfc3798.txt].
    You'll need to set the Disposition-Notification-To header using the setHeader method.Hi I got the solution with below code. I add just one line code in my previous code.Now its work fine. But As bshannon replied me, here am not used setHeader method.I have used addHeader method.
    below my code:
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class testMail {
        public static void main(String args[]) throws Exception {
            String host = "172.16.3.13";
            String from = "[email protected]";
            String to = "[email protected]";
            String dsn = "SUCCESS,FAILURE,DELAY ORCPT=rfc1891;" + to;
            // Get system properties
            Properties properties = System.getProperties();
            // Setup mail server
           properties.setProperty("mail.smtp.host", host);
           properties.put("mail.smtp.dsn.notify", dsn);
            // Get the default Session object.
            Session session = Session.getDefaultInstance(properties);
            // Create a default MimeMessage object.
            MimeMessage message = new MimeMessage(session);
                   // value of the InternetAddress.getLocalAddress method.
            message.setFrom(new InternetAddress(from));
            // Add the given addresses to the specified recipient type.
            message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
           //below one line code I added to get read receipt mail.
            *message.addHeader("Disposition-Notification-To", "[email protected]");*   
        // Set the "Subject" header field.
            message.setSubject("hi..!");
            // Sets the given String as this part's content,
            // with a MIME type of "text/plain".
            message.setText("Hi this is test mail:");
            // Send message
            Transport.send(message);
             System.out.println("Message Send.....");
    Hi bshanon thanks for your kind reply

  • Can I get read receipts?

    I want to do that like in outlook

    Even if the recipient's client supports it you won't get a receipt unless you ask for it. For details on asking for it see my reply in this thread.
    AK

  • Can you get your phone replaced by mail or you absolutely need to go to an Apple Store? There are no Apple stores in Fayetteville.

    Thanks in advanced for any help.

    "I was wondering is it possible to get my Sprint phone replaced by Apple for an At&t iphone?"
    No, it is not.

  • Read receipt for lion mail

    How can I get read receipt in my aplle mail? I use Mac OS Lion

    http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm

  • Is there way to get read receipts in mail and do you get non deliverable notifications??

    is there way to get read receipts in mail and do you get non deliverable notifications??

    I'm a little fuzzy on your question.
    If you are trying to "Bounce" and email, I regret to inform you that Apple removed that feature a few years ago.  There are other email programs available that have this capability.

  • How can I get the receipt of my old purchases in particular application?thank you

    how can I get the receipt of one of my oldest purchased in particular application?
    thank you

    If you no longer have the original email receipt for it then all you can do is try and find it in your account's purchase history and (depending upon what you need it for) either copy it's details or take a screenshot : log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it, click on that and you should then see a list of your purchases.

  • Help in getting the Read receipt in external mails ( like yahoomail , gmail

    Hi Experts,
    Scenario : We are sending notification mail to our external vendors for example abc.hotmail.com. We expect a Read acknowledgement to ensure the external vendor has gone through our notification generated from our SAP system. Point to consider is the two mail servers are different, sending mail server is configured to Outlook where as the receiving server will differ each time.
    It would be better if anyone lets me know whether SAP ensure that we get read receipt (
    acknowledgement) from other mail servers also?
    Steps followed are:
    Process 1: Using the function Module: SO_DOCUMENT_SEND_API1
    Populating the fields:
        wa_receivers-receiver   = <External Email address>.
        wa_receivers-rec_type   = 'U'.
        wa_receivers-notif_read = 'X'.
    Passing this structure to the Tables parameter: Receivers.
    However the read receipt is not obtained.
    Process 2: Using the class and the method:
    cl_send_request_bcs=>create_recipient_from_soos1
    The structure is getting populated as:
            recipient_soos1-recesc = 'U'.
            L_recipient_soos1-recextnam = < External email>
            l_recipient_soo1s-read      = 'X'.
    Also passing:
    I_requested_status = u2018Au2019.
    I_status_mail = u2018Au2019.
    CALL METHOD send_request->set_status_attributes
                EXPORTING
                  i_requested_status = i_requested_status
                  i_status_mail      = i_status_mail.
    However the read receipt is not obtained.
    Basis Settings:
    SCOT->Settings->Confirmation of Receipts -> the first option is checked.
    However still we are not getting the read receipt. The Delivery receipt is obtained but not the read-receipt
    Thanks
    Papiya

    Hi,
    Using the FM : SO_DOCUMENT_SEND_API1
    When you pass values to
    RECIEVERS
    for Delivery reciept : notif_del  = 'X'
    for Read reciept : notif_ndel = 'X'
    Try shceduling the report : RSCONN01 with default job name : SAPCONNECT ALL SEND
    and check if this helps.
    Cheers,
    Remi

  • How can you get the mail boxes in yahoo onto the e.mail app

    How can you get your yahoo mail boxes onto the e.mail app on an IPad mini?

    Go to the Settings App
    Pick Mail, Contacts, Calendars
    On the right side you'll see under the Mail section "Add Account”
    Pick that and fill out the requested information

  • Read receipts in Mac mail.

    I'll prefix this with the fact that I'm a total Macbook and Yosemite newb. As in I have not used a mac since 1992.
    I thought I had found an article on how to send and receive read receipts in Mac mail, but after searching again, all I found was some obscure comments that read receipts were really not necessary, so it was not a big deal, and another article that showed how to create rules via the unix console...not really what I was looking for. I just was wondering if there is not a setting I am missing? Business people DO need, as a matter of doing business, require read receipts, for obvious reasons. If you are not in business or government this whole thread will be baffling and boring...sorry.
    Finally , if not, will read receipts from gmail , show up in Mac mail if it is set up? ...or I would be just better to wash my hands of Mac mail, and use my Gmail, and if so, is there a way to do this...an extension perhaps, in Safari?
    Thanks for any and all help.
    Dave.

    Rodolfo,
    I guess you are missing my somewhat sarcastic sense of humour, and for that, I apologize.
    Of course OS X can get viruses, malware and pesky adware. I was merely poking fun, at those, who are no so technically inclined, and tend to just "drink the koolaid" regardless of the established facts and body of evidence. I am acutely aware which operating systems are vulnerable and why. In my over 20 years of using computers for work and play, in my experience, UNIX has been the most secure...which is why it is the choice of governments' world-wide, and the least was WIN95-98. I had no virus' or malware at all with Win7...using MaCaffe, MalwareBytes, and SuperAdBlocker (which is a Chrome extension which seems to work fine on OS X) And no they did not slow down my machines (Norton did...very slow) Hackers find no challenge in writing for only 9% ( OS X )  of the units out there, as the 90% is a much bigger, and more lucrative target. It has nothing to do with the inherant inability for OS X to get viruses, malware or adware.
    I am optimistic for the future of OS X, as it is slowly gathering steam, and garnering lots of attention from other platform users.
    The biggest danger any any OS is smugness.
    Dave

  • Can you get your money back from itunes

    Can you get your money back from itunes

    if you purchase a itunes gift card you will not be able get your money back. unless if it has never been used, such as enetering the bar code then you can probably take it in to the original store where you bought it from with the receipt. 

  • Read receipts in Receiver mail

    Hi All,
    If we were sending out a mail from PI, is there any option that we can configure a read receipt?
    There is an option for delivery acknowledgements, but is it possible to configure read receipts at the adapter level?
    Do suggest some alternatives if any.
    Regards,
    shabz

    >
    Prateek Raj Srivastava wrote:
    > Delivery acknowledgement's technical name is THeaderDISPOSITION-NOTIFICATION-TO.
    > Disposition Notification is commonly called as the Read Receipt which you require. It is an adapter specific attribute. Have you tried configuring it?
    >
    > Regards,
    > Prateek
    are you sure its not the delivery acknowledgment? delivery acks are different from read receipts

  • How to get Read receipt in gmail app on iphone 4s?

    I have gmail app on my iphone 4s but i do not get read receipt option while sending mail kindly advise

    You can use 3rd party services to use read receipts with Gmail. Companies like ContactMonkey (www.contactmonkey.com) and Spypig offer email tracking for Gmail and Outlook. They're both pretty easy to use.
    Happy tracking!

  • Can I get Apple Store's e-mail address for customers?

    Can I get Apple Store's e-mail address for customers? My ipad mini with Retina has been delivered to wrong address.

    I do not believe that Apple stores have email addresses - if you are referring to the online store, you can contact them via this link:
    http://store.apple.com/us/help/contact
    (this is for the US store as you do not have any info listed)

  • Hi, I purchased apple applications and did not receive receipt, how can I get the receipt?

    Hi,
    I purchased some apple applications and already paid for this in my credit card, but I did not get receipt for it.
    The purchase was on July 5, 2012.
    How can I get the receipt for this purchase?
    Thanks!

    Call the Apple Store and inquire. I believe I read that it can take several weeks for them to send the card, but I'm not certain. The store should be able to tell you.
    Regards.

Maybe you are looking for