Read Receipt redirect to different address

We are using Outlook 2010 with Exchange 2010 version 14. I am wanting to create a saved message that will be used multiple times and be sent by many different people but I want the read receipt
to go to the "manager" instead of the original sender. I searched the entire interwebs and have found nothing of the sorts. Is this even remotely possible? Coding is not an issue
Thanks!!

Read receipts go to the mailbox that is listed as the sending mailbox.  You say the message is being sent from each of these users.  Have you considered having it sent from (or on behalf of) another address?  That address could be a distribution
group that this manager is the sole member of.  This would allow you to separate the send as (or send on behalf) from the actual mailbox.  Then read receipts will only go to the manager. You could also do this with a shared mailbox as the send as
mailbox, and give the manager access to the shared mailbox.
I'll add that read receipts are not a great way of determining whether a message has been seen or not.  Keep in mind that the reading pane allows someone to read a message without ever marking it as read. Add to this the fact that a person can decline
to send the read receipt, regardless of whether they're read the message, and read receipts are fair at best for checking on the status of an email that's not in your mailbox.

Similar Messages

  • Incorrect return address for read receipt

    After sending an email from the Blackberry 8330, using a Pop email account, the user receiving the email is prompted to return a read receipt. However the address in which the return receipt is supposed to go, is not exactly the same as the address in which the initial email was sent from. The address the email was sent from is [email protected], but the address which the return receipt is directed to is [email protected] It's adding an additional L to the user name. Anyone have an idea of what causes this to happen? This only occurs when email is sent from the blackberry, it does not happen when emails are sent from a computer using outlook.
    Message Edited by FarrellGuy on 09-03-2009 12:49 PM

    you need to log into your BIS(Blackberry Internet Service) account
    google search "bis carriername"
    example: bis verizon
    first link will be your BIS site
    log into it and change the settings for your pop email

  • Never ending story: Exchange and Outlook 2010/2013 - Read receipts (reading confirmation) implementation is buggy

    OK, I try it again (for the fifth time or so), maybe anywhere in the big microsoft world there is ONE support engineer that is able to recognize a bug and hand it over to the development????
    In several cases the read receipt does not contain the sending time of the original message, instead it contains (quite senseless) the time when the receipt itself has been sent.
    The only information in the read receipt is the subject of the original mail which may be identical in longer mailthreads to several (dozends of) mails. So in this implementation you are not able to find out to which message a read receipt really relates.
    So we cannot prove at all if a single mail in a thread has been read or not. The printout of such a receipt does not have any information that can be used in a meeting or discussion.
    Since this situation obviously lasts for several years I'd like to ask
    how I can get a working read-receipt-functionality for professional eMail-handling???
    It seems that the problem does not lie in the content of the MDN sent by the Exchange server.
    If I look into a copy of such a sent MDN with Thunderbird, it tells me for example, that my mail, sent on 15th Juli 2013 14:43:47 (UTC+1) has been read  on 15th Juli 2013 14:50:08, which is correct.
    But in combination with Outlook I get the same MDN displayed like follows:
    Your message at... subject... sent Monday, 15. Juli 2013 14:51:30 (UTC+01:00)... has been read on Monday, 15. Juli 2013 14:51:16 (UTC+01:00) (Text translated from German to English)
    So Outlook exchanges the timestamps and falsifies the content of the MDN.
    This does only appear in combination with an Exchange server. If I work with a POP3 account and Outlook and send a message to an Exchange 2010 mailbox the correct timestamps are displayed within the returned MDN-message.
    All involved systems are set to German (DE-de), the timezone on all systems is UTC+1
    Here a small table with my tests
    I've used Outlook on all Clients, 2010 and 2013.
    Sender: sends initial mail and gets the Reading Confirmation
    Receiver: gets the initial mail and sends the MDN
    Sender     |     Receiver     |     MDN Display
    POP3        |     Exchange   |     correct
    Exchange |     Exchange   |     fail (displays wrong "sent"-time)
    POP3        |     POP3         |     correct
    Exchange |     POP3         |     fail (displays wrong "sent"-time)
    It is obvious this cannot be a "feature". This is different behaviour depending on the senders Account type and one of this two scenarios must be a bug.
    Could you help me further on this, please?

    Almost no - the MS-Support here in this website was completely overchallenged to even understand this issue. I've tried several times to address this in this forum with no success. The "supporters" here had only one target - to quickly get this
    "complicated" case off their desks.
    The Office 365 support was much more competent and able to understand the problem. They escalated this to the development team (which lasted about 3 months, dozends of telephone calls and about 20 hours working time, which I had to donate to Microsoft freely)
    and located the Problem in Exchange Server.
    The result was that they promised to fix it in Exchange Server 2013, but there will be no Bugfix in Exchange 2010. I am waiting for the fulfilment of this promise since over 6 months.
    Microsoft seems not to have any problem to leave their (professional and very expensive) Exchange software in a buggy state.
    My conclusion: If Exchange 2010 runs out of maintenance I'll switch to Linux and Zarafa Server. The Zarafa guys are able to understand and fix their bugs and I do not have to donate thousands of Euros in working time only to get them understanding their
    own bugs.
    PS: You need only to press F1 in Office, especially in Access in the German language variant and you get an impressing lesson how desolate Microsoft is working today. Pressing F1 in Access 97 or XP lets you know, how much better they were some years ago.
    An impressive deep fall down to the ground.
    Regards, Conny

  • 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

  • Send FDF via Outlook and have read receipt feature turned on.

    I am creating an FDF and emailing it to a designated email address but I would really like the sender to get an automated response that the receipient got and read the email. I thought that I could use the read receipt feature in Outlook but I can't figure out how to turn that feature on automatically when the email is generated. Anyone know how to do this?

    You can't turn it on automatically because it is not a standard feature in all mail clients.
    Acrobat's e-mail feature doesn't support Outlook only - you have to think of the millions of Eudora, Thunderbird and Lotus Notes users out there. Some apps don't even support read receipts, and other handle it differently than Outlook.

  • Apple shipped my iPhone at a different address

    Hi,
    iPhone 6 problem
    I had connectivity issue (WiFi) with my iPhone 6 and I called Apple to setup repair. They were very nice in helping me out to resolving the issue. But when it didn't work, they setup a repair and sent me an empty box in which I shipped my faulty iPhone 6 back.
    Customer care and manager
    Everything was super fast, but I missed the email "We got your repair request" as it was just an email which states that they received the request. But later after shipping I was going through the repair emails and I saw that the name on the "We got your repair request" was wrong. I immediately called Apple support and told them that they have my name wrong in the repair request. Apple support personal was confused and she immediately handed the phone to her manager. The manager spoke with me for quite a few minutes trying to see what went wrong in that email. I thought that it was a small issue (just the name in email), but with managers involved I was a bit worried. The confusing was, the box I received had my name and address. But the email had some other guy's name.
    The biggest problem for me was that my repair iPhone may get shipped to the person on email. And I was traveling abroad in few weeks and wanted to make sure that the address issue is resolved before I leave on my vacation. I explained the issued and request Apple support manager to make sure that the product gets shipped at my address. Multiple times. And he assured me that everything looks good and I should relax.
    Repair
    Later the same night someone from Apple repair team sent me an email with questionnaire to fill about how to generate the issue and many other things. I explained them the issue and told them steps to follow to regenerate the same problem. Next morning I received an email that my they were able to get the same issued in their test and they will be sending me a replacement product. Following this email, maybe an hours later, I received another email stating my replacement product has been shipped.
    Replacement product shipment and the mess
    Once I saw that email, I was like wow! I was able to see the value in being an owner of Apple product. I was tracking the shipment as it was an expensive product and needed a signature confirmation. It was a next day Fedex shipment and the wait wasn't long. I was checking the status time to time and suddenly on the next check it showed that the product was delivered. I went back running to my mailbox and found nothing. I checked it everywhere and there was nothing. I immediately called Fedex and explained the issue. But when they assured me that the shipment was delivered with signature confirmations, I was like what!!! I said I didn't sign!!! They said can you please repeat your address? I did, and they said, this is not the address that Apple shipped the product to! We have a different address on file. I asked, what is the address? They said, we can't give you the address, only shipper (Apple) can ask details on that.
    Post mess communication with Apple (current situation)
    When ever it comes to Apple, I am assured that the problem with be solved. Atleast that is my experience after using Apple products (MacBook, iPhone, iPad) from last 7 years. So I was assured that the issue with be solved and I will receive my iPhone 6!. But till now, the issues is not looking good. The manager on call says that there file shows that the product was shipped to my address and I should contact Fedex. But Fedex says they won't disclosed the detail address as only shipper can do that. They were only willing to tell me if the address I am telling is the address on file or not. On repeating my address to Fedex (which was the same return shipment address I had on them email received from Apple) Fedex confirmed that Apple didn't ship to that address.
    Fedex is not willing to give me the address. Apple is not willing to help me and want me to check with Fedex. The Manager looking at my case at Apple is assuring that the product was shipped at the same address that was in the email. I was frustrated and even called Apple personal as a liar. Which I think I was not professional, and will apology. But it is a $700 phone, I am a student and I don't know what to do as no one is helping me. I am totally screwed. I am thinking to further this issue by contacting some of the logistic/service/customer care executives of Apple on LinkedIn if they can help. Or anyone have any better idea?
    I have attached a picture of my email with Apple. Not including the name of the managers on online forum as I believe it is not the right thing to do on public forum.

    Apple is not here.
    We can't help you here because we are users just as you are.
    You are going to have to escalate this with Fedex. Call and ask to speak to manager.

  • How to redirect to different page after login in APEX 4.1

    Dear All,
    Here my Requirement is,When the users login,
    when they entered their username and password and pressed login button,
    they have to redirected to different pages based on the type of user.
    Here my LOGIN_TABLE has following 3 columns,
    1.Username
    2.Password
    3.Type.
    The TYPE has 2 values, employee and admin.
    when the type is admin they should be redirected to page 2,
    reaining i.e employee users has to be redirected to page 3.
    How can I do this? please give some suggestion.
    Thank you.
    regards,
    Gurujothi

    Dear Christian,
    Thank you for your reply,
    I would like to explain something,
    When I using the following function,
    *create or replace FUNCTION custom_auth_g (
    p_username IN VARCHAR2,
    p_password IN VARCHAR2)
    RETURN BOOLEAN IS
    BEGIN
    FOR c1 IN (SELECT 1
    FROM login_table
    WHERE upper(username) = upper(p_username)
    AND upper(password) = upper(p_password))
    LOOP
    RETURN TRUE;
    END LOOP;
    RETURN FALSE;
    END;*
    When login, It checks in the login_table table and if the username is exist with the pass word it successfully entered inside the application.
    for all users only one page which we set.
    My Login_table also contains type which has 2 type as I mentined above.
    But As I mentioned earliar based on the user type it has to be redirected to 2 different page.
    I found this Package but I cant understand,Can you please Explain?
    *create or replace PACKAGE app_security_pkg
    AS
    PROCEDURE add_user
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    FUNCTION get_hash
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN VARCHAR2;
    PROCEDURE valid_user2
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    FUNCTION valid_user
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN BOOLEAN;
    END app_security_pkg;*
    *create or replace PACKAGE BODY app_security_pkg
    AS
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    IS
    lv_goto_page NUMBER DEFAULT 1;
    BEGIN
    -- This logic is a demonstration of how to redirect
    -- to different pages depending on who successfully
    -- authenticates. In my example, it simply demonstrates
    -- the ADMIN user going to page 1 and all other users going
    -- to page 2. Add you own logic here to detrmin which page
    -- a user should be directed to post authentication.
    IF UPPER(p_uname) = 'ADMIN'
    THEN
    lv_goto_page := 1;
    ELSE
    lv_goto_page := 2;
    END IF;
    APEX_UTIL.SET_SESSION_STATE('FSP_AFTER_LOGIN_URL');
    wwv_flow_custom_auth_std.login
    p_uname => p_uname,
    p_password => p_password,
    p_session_id => p_session_id,
    p_flow_page => p_flow_page || ':' || lv_goto_page
    EXCEPTION
    WHEN OTHERS
    THEN
    RAISE;
    END login;
    PROCEDURE add_user
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    AS
    BEGIN
    INSERT INTO app_users (username, PASSWORD)
    VALUES (UPPER (p_username),
    get_hash (TRIM (p_username), p_password));
    COMMIT;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    RAISE;
    END add_user;
    -- Function to Perform a oneway hash of the users
    -- passwords. This cannot be reversed. This exmaple
    -- is a very week hash and if been used on a production
    -- system, you may want to use a stronger hash algorithm.
    -- Read the Documentation for more info on DBMS_CRYPTO as
    -- this is the supported package from Oracle and
    -- DBMS_OBFUSCATION_TOOLKIT is now depricated.
    FUNCTION get_hash (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN VARCHAR2
    AS
    BEGIN
    RETURN DBMS_OBFUSCATION_TOOLKIT.md5 (
    input_string => UPPER (p_username)
    || '/'
    || UPPER (p_password));
    END get_hash;
    PROCEDURE valid_user2 (p_username IN VARCHAR2, p_password IN VARCHAR2)
    AS
    v_dummy VARCHAR2 (1);
    BEGIN
    SELECT '1'
    INTO v_dummy
    FROM app_users
    WHERE UPPER (username) = UPPER (p_username)
    AND PASSWORD = get_hash (p_username, p_password);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN raise_application_error (-20000, 'Invalid username / password.');
    END valid_user2;
    FUNCTION valid_user (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN BOOLEAN
    AS
    BEGIN
    valid_user2 (UPPER (p_username), p_password);
    RETURN TRUE;
    EXCEPTION
    WHEN OTHERS
    THEN RETURN FALSE;
    END valid_user;
    END app_security_pkg;*
    And you said "assign an URL to FSP_AFTER_LOGIN_URL, depending on the Type column",
    Where to assign,Could you please Explain?
    Thank you.

  • 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 call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style.

    How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style. It should decide at run time means at run time it will come to know the type of address style and based on that only the fields which belong to address details mapped to calling hr_location_api.create_location.
    Thanks in advance.

    You can create a wrapper package on top of the API (hr_location_api.create_location)
    In the wrapper package you set all the values dynamically based on your requirements(say the style and add_line columns are populated on your conditions) and then you call the API.
    Does that not work ?

  • How to filter out inbound Read receipts but prevent prevent notification to sender

    Greetings,
    For Exchange 2007, we would like to prevent external users from sending Read Receipt requests to our users.  In the Outlook client, we can easily disable this.  But for EAS users, their smartphones send a reply as soon as the email is opened.  I've
    applied a Hub Transport rule to strip out the "Disposition-Notification-To" from inbound emails but this causes a different message to be sent to the sender, "Delivery to these recipients or distribution lists is complete, but delivery
    notification was not sent by the destination:".   As a test, I've now also unchecked "Allow Delivery Reports" for Remote domains, but will this work?  Should both settings be applied to avoid generating the response to senders as noted
    previously?
    Thanks

    Hi,
    From your description, you want to prevent the external users from receiving the read receipts of internal users.
    You can create the following transport rule to achieve it. (Note: Because we use the "Read" as subject key word, it will delete the messages whose subject contain "read", please pay attention to use it.)
    What's more, I have a test in my lab. If I choose "Read:" as subject key word, the transport doesn't work. When I choose "Read" as subject key word, it works.
    Besides, to force an immediate update of transport rule, you can stop and start the Microsoft Exchange Transport service.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How do I print a sheet of different address labels?

    How do I print a sheet of different address labels?

    I've just upgraded to Mountain Lion on my iMac. Here's what I've found.
    To print labels, select the addresses you want to print using Contacts.
    Go to File>Print. In the resulting dialog box, click on Show Details.
    In the middle of the resulting box, click on Style and select 'labels'.
    Just below the Style entry are Layout and Label. Select them in turn to choose
    the details you want, including the type of label you'll use. I use the Avery 5160
    and select it for the proper format.
    Turn on your printer, insert a full sheet of labels and print.
    Note: I have yet to figure out how to start printing on any label besides
    number 1. Because of this problem, I don't use Contacts to print labels,
    I usually use an old Palm program, now gone in Mountain Lion, or
    pearLabelizer, a free program I got on the 'net.
    Bob.

  • No redirection to different url upon http connections limit exceeded

    Hi,
    As of Standalone OC4j 10.1.2, if you want messages to be redirected to a different URL when the maximum connections limit is reached, you would include the HTTP redirect URL to max-http-connections tag inside server.xml.
    <max-http-connections max-connections-queue-timeout="120" socket-backlog="50"
    value="100">http://optional.redirect.url/page.jsp</max-http-connections>
    I have a standalone OC4j 10.1.3, and would like to be able to redirect to different URL when maximum connections limit is reached but the above max-http-connections does not work and I am not redirected to different URL when maximum connectionns limit is reached. I read user guide of OC4j 10.1.3 and there is no mentioning of max-http-connections at all. In there, they talk about limiting concurrency via http thread pool but there is no discussion as to the mechanism of redirecting users to a different URL where I can display a user friendly message to say "Server is busy, please try again later..." instead of browser display a message "Page cannot be displayed"..
    Please advice,
    Thanks

    Any thoughts on above issue ? please help.
    thanks
    Sam

  • How to disable read receipts

    I have just realized that my iPhone responds to read receipt requests by happily confirming when I've opened the message. I find that both a privacy invasion and a security issue, as well as something that contributes to spam increase. Is there a way to turn it off?

    This is a more serious issue because any junk mail using randomly generated e mail addresses is automatically getting confirmation that it has chanced upon a valid address.  This single issue has stopped me ordering over 1000 iphones for my company. 

  • HT4061 as of lately my iCloud mail box as been full of junk mail ....... in iCloud preferences you can only send 99 different address directly to trash?  what Virus & Malware do you recommend for my iMac, iPad and iPhone ............ thank you !!!!

    as of lately my iCloud mail box as been full of junk mail ....... in iCloud preferences you can only send 99 different address directly to trash?  what Virus & Malware do you recommend for my iMac, iPad and iPhone ............ thank you !!!!

    as of lately my iCloud mail box as been full of junk mail ....... in iCloud preferences you can only send 99 different address directly to trash?  what Virus & Malware do you recommend for my iMac, iPad and iPhone ............ thank you !!!!

  • 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

Maybe you are looking for