How to get read receipt

How do I get a read receipt with this email service

If you're looking for a confirmation of a read email you sent it aint there. (Mail).

Similar Messages

  • 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!

  • 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

  • Anybody know how to get a receipt of an inapp purchase from your ipad?

    I'm try to get a receipt of an inapp purchase and mobages instructions don't seem to apply for people using iPads. Anybody know how to get a receipt?

    Receipts for any purchase, even in-app purchases or free downloads, are sent automatically to the email address associated with your Apple ID. If you deleted the email or didn't get such a receipt and it's been more than two-three days, then you will have to go to your Purchase History, and that is only possible on a computer, so you'll need to use a friends or perhaps get help at an Apple Store.
    Otherwise you'll have to contact the iTunes Store and ask if they can resend the receipt. Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to contact them.
    Regards.

  • How i get a receipt for iOS Developer Program renew

    I renew iOS Developer Program on apple website and I got the tax invoice by email. I cannot use tax invoice for clear cash with my company.
    How I get a receipt from Apple?

    Use your credit card bill.

  • How to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    how to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    Hi bluegrandpanash,
    Thanks for visiting Apple Support Communities.
    If you backed up your iPhone to iCloud before updating the software, first try the steps under "Restore from an iCloud backup" in this article to recover your data:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/HT1766
    Best Regards,
    Jeremy

  • 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.

  • 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.

  • How to get Goods Receipt Quantity?

    Hi,
    I have Production Order data in AUFK and AFPO(AUFNR, AUART and
    MATNR etc.)  I want to get "Good Receipt(GR) quantity for the movement
    type '101'/'102' ",  "Material Cost with Movement type '261/262" and "Standard
    Price" for that material. In MSEG, I have the fields for AUFNR and Movement
    Type(BWART). But I am not confident  about the fields for GR Quatity and Material
    Cost.
    Could you please give me the logic to get these fields?
    Thanks,
    Sreenivas Reddy Maddi

    I think checking aufnr and bwart of MSEG is enough. If you want to be more sure then you can also check for the reservation number RSNUM and RSPOS. you can find the reservation no and item no from table RESB using production order number aufnr.
    Thanks.

  • 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. 

  • How to do read receipts

    I can find ways to do for mac os 10.3 and so on, but not on 10.4. I am using 10.4.6 and really need to have a way of having read receipts to work. I am on about getting them not sending them back to others emails. I want to mark emails to have read receipts - is this possible in mail?

    There is a way to convince Mail in Tiger to always request a delivery notification (if the recipients' mail client supports that feature and the recipient has not turned them off)
    Note: the following relies no undocumented features of Mail and I don't take any responsability if things break for you...
    • Quit Mail
    • Open Terminal (/Applications/Utilities/)
    • Enter the folowoing text (make sure to keep all quotes exactly as is!)
    defaults write com.apple.mail UserHeaders '{"Disposition-Notification-To"="your@address";}'
    (of course, using your correct email address instead of "your@address")
    • All future messages sent with Mail will now include the Disposition-Notification-To header which is the one asking for a return receipt.
    If you wish to turn off this feature in the future, type the following in the Terminal:
    defaults delete com.apple.mail UserHeaders
    Andreas

  • How to Request Read Receipts in Mac OS X Mail

    Hi
    Would like to be able to know when the people I send email to actual read that email I send them. Is it possible to setup a option in mail so you get a receipt from the person who reads your email.
    Thanks

    Mail doesn't support read receipts. But you can do an "all or nothing" deal using Terminal:
    http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm

  • 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

  • How to get/read region item value in java script

    Hi All,
    i have text item on a page.
    how to read the item value in java script
    EXAMPLE
    P10_RESULT IS ITEM IT HAS VALUE "38.956472,-77.447777","38.999123,-77.026184","12.951497,70.668646","17.459075,78.456888"
    NOW I WANT TO REFER ABOVE ITEM VALUE IN JAVA SCRIPT LIKE
    var myPoints=new Array(&P10_RESULT.);
    SO I CAN POPULATE ARRAY WITH CORDINATES
    IT IS NOT WORKING
    WHAT IS THAT I AM MISSING.
    PLESE HELP .
    ThankS
    Rk

    region header code....
    <script src="http://maps.google.com/maps?file=api&v=2&key=&API_KEY." type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    //globals
    var bounds = new GLatLngBounds();
    var map;
    var centerPoint = new GLatLng(38.984898,-76.854549);
    var gmarkers = [];
    //var x= ""38.956472,-77.447777","38.999123,-//77.026184","12.951497,70.668646","17.459075,78.456888"";
    //var myPoints=new Array(x);
    //var myPoints=new Array($x('P10_RESULT').value);
    var myPoints=new Array(document.getElementById('P10_RESULT').value);
    //var myPoints=new Array("38.956472,-77.447777","38.999123,-77.026184","12.951497,70.668646","17.459075,78.456888");
    function initMap()
              doLoad();
                        addMarkers();
    function doLoad()
         if (GBrowserIsCompatible())
                   map = new GMap2(document.getElementById("map"));
                   map.setCenter(centerPoint, 7);
                   map.addControl(new GScaleControl());
                   map.addControl(new GLargeMapControl());
                   map.addControl(new GMapTypeControl());
    function myclick(i) {
    GEvent.trigger(gmarkers, "click");
    function addMarkers() {
         if (myPoints.length) {
              var bounds = new GLatLngBounds();
              for (n=0 ; n < myPoints.length ; n++ ) {
                   var mData = myPoints[n].split(',');
                   var point = new GLatLng(mData[0],mData[1]);
                   bounds.extend(point);
                   var marker = createMarker(mData[1],point, mData[0]);
         map.addOverlay(marker);
              map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));
    function createMarker(i,point, title) {
         var marker = new GMarker(point,{title:title});
         GEvent.addListener(marker, "click", function() {
              marker.openInfoWindowHtml('<div style="width:250px;">' + title + '<hr>Lat: ' + point.y + '<br>Lon: ' + point.x + '</div>');
         gmarkers[i] = marker;
         return marker;
    //]]>
    </script>
    page body code
    onload="initMap()" onunload="GUnload()"

  • How to get Manual Receipt Data using PO & RCV tables in R12

    Hi,
    I'm building a query using PO & RCV tables, I need to select all the Manual Receipts (not the receipts generated automatically using the ASN & RCV files).
    What condition should I use in the where clause for capturing only Manual Receipts?
    Thanks.

    Hi,
    All the manual receipts will have NULL value in the INTERFACE_SOURCE_LINES_ID column in the RCV_TRANSACTIONS table for the TRANSACTION_TYPE="RECEIVE".
    Thanks,
    PS.

Maybe you are looking for