Read and Delivery Receipts

My Blackberry Curve sends read and delivery receipts to the email sender and to my email. Many times I don't even open the message. In my BB email options, I have NO marked on confirm delivery, confirm read and send read receipts. Does anyone know how to make these stop sending?

open messages icon - menu - options - email settings - make sure it shows your email beside MESSAGE SERVICE
change CONFIRM DELIVERY and CONFIRM READ  and READ RECEIPTS to NO

Similar Messages

  • Email read and delivery receipt

    Hi,
    I an sending a mail from SAP to the employees outlook and the sender is the common mail box which is entered on selction screen.
    Our requirement is that the common email box should recieve read and delivery receipt for the mail.
    Please tell me how to do it.
    I am uisng the following code to send the mail.
        DATA : lt_att_content_hex TYPE solix_tab,
               lv_subject         TYPE so_obj_des,
               lv_async           TYPE c,
              " lx_email           TYPE type_email,
               lv_email           TYPE adr6-smtp_addr.
        DATA:  lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
        CLASS  cl_bcs DEFINITION LOAD.
        DATA:  lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
    Message body and subject
        DATA:  lt_message_body TYPE bcsy_text VALUE IS INITIAL,
               lo_document     TYPE REF TO cl_document_bcs VALUE IS INITIAL.
    Create recipient
        DATA:  lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
        lo_send_request = cl_bcs=>create_persistent( ).
                   TRY.
        lo_send_request->asynchronous(
          RECEIVING
            result = lv_async ).
                    CATCH cx_send_req_bcs .
                   ENDTRY.
        CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
          EXPORTING
            buffer     = pdf_xstring "PDF file from function module
          TABLES
            binary_tab = lt_att_content_hex.
        CONCATENATE  ': ' pn-begda+0(4) 'Benefit. Statement' INTO lv_subject
        SEPARATED BY space.
        DATA: lx_string TYPE string.
    Message Body
        APPEND ' Body' to lt_message_body.
        lo_document = cl_document_bcs=>create_document(    i_type = 'HTM'
                                                           i_text = lt_message_body
                                                           i_subject = lv_subject ).
        TRY.
            lo_document->add_attachment(
                          EXPORTING
                          i_attachment_type = 'PDF'
                          i_attachment_subject = lv_subject
                          i_att_content_hex = lt_att_content_hex ).
          CATCH cx_document_bcs INTO lx_document_bcs.
        ENDTRY.
    Add attachment
    Pass the document to send request
        lo_send_request->set_document( lo_document ).
        lo_recipient = cl_cam_address_bcs=>create_internet_address( 'XYZ@XYZ' ).
    Set recipient
        lo_send_request->add_recipient(
        EXPORTING
        i_recipient = lo_recipient
        i_express = 'X' ).
        lo_send_request->add_recipient(
        EXPORTING
        i_recipient = lo_recipient
        i_express = 'X' ).
    Create sender
        DATA: lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
              l_send TYPE adr6-smtp_addr.
        l_send = p_email.
        lo_sender = cl_cam_address_bcs=>create_internet_address( l_send ).
    Set sender
        lo_send_request->set_sender(
        EXPORTING
        i_sender = lo_sender ).
       TRY.
        lo_send_request->set_status_attributes(
          EXPORTING
             i_requested_status = 'A'
             i_status_mail      = 'A' )
        CATCH cx_send_req_bcs .
       ENDTRY.
    Send email
        DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
        lo_send_request->send(
        EXPORTING
        i_with_error_screen = 'X'
        RECEIVING
        result = lv_sent_to_all ).
        COMMIT WORK.
        MESSAGE 'The form has been emailed to the Manager' TYPE 'S'.
        CLEAR lt_message_body

    Hi,
    For reciepts to work the basis setting needs to be activated.
    SCOT->Settings->Confirmation of Receipts

  • Device sends READ and DELIVERY receipts when not programmed to do so.

    My Blackberry Curve sends read and delivery receipts to the email sender and to my email.  Many times I don't even open the message.  In my BB email options, I have NO marked on confirm delivery, confirm read and send read receipts.  Does anyone know how to make these stop sending?

    sounds this resource is protected by basic authentication??
    workaround is to retrieve (for designtime) the wsdl from a browser and save it locally .. and create the plnk on top of it .. during runtime
    you need to specify properties on the plnk binding in bpel.xml
    httpUsername
    httpPassword
    all given that your resource is indeed protected by basic authentication ..

  • HT5361 Can I use send and delivery receipts when composing mail?

    Does anyone know if I can ask for read receipts and delivery receipts when composing mail?

    Additionally (to BobtheFisherman):
    And his suggested method will work just as well as any send/read receipt since many recipients will not allow such a receipt be sent. If it is important enough to require a receipt, send it via USPS return receipt requested, or FedEx, etc.

  • I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    Mail and Address book

  • How do I put read and receive receipts on e mails?

    Anyone know how to put read and receive receipts onto messages sent from Mail?
    Ta

    Not all e-mail programs support return receipt.  This hack lets you get it on Mac OS X Mail:
    http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm
    Of course the recipient must support the same standard for it to work exactly as intended.

  • How do i enable read or delivery receipt for Mail?

    how do i enable read or delivery receipt for Mail?

    I entered this code into terminal replacing "your name" with my email address:
    defaults write com.apple.mail UserHeaders '{"Return-Receipt-To" = "[email protected]"; "Disposition-Notification-To" = "[email protected]"; }'
    I've read it worked for some, but I could not get it to work. Does Mail automatically override this?

  • Difference between inbound delivery and Goods Receipt

    Can any one explain difference between inbound delivery and goods Receipt??

    Hi dear,
    Inbound delivery is one confirmation used to indicate the expected goods receipts in advance, so that the related process partners like warehouse personnel , planning personnel can utilise this data for initiation of actions and planning. Also , we can make this confirmation relevant to Planning in the customisation, to enhance the performance.
    In general , we need confirmations only as a kind of assurance/information , in absence of the goods.
    But if the goods are received physically , obviously we do not need any confirmations , we would perform the goods receipt .
    When working with Inbound delivery , the goods receipt is done with respect to specific inbound delivery( though not compulsary to do so) , so that the integration done in the system works to the advantage of the users.

  • Delivery and Goods Receipt without goods value

    Hi!
    this is my first post in this forum, hi everybody
    Now the question:
    My goal: warehouse manager shouldn't see goods value (prices) of purchased material and final products (sold goods).
    That means I would like to remove all value data (Unit Price, Discount%, Total etc.) from the documents Delivery and Goods Receipt. Is it possible? The values should be then added by accountancy (any kind of connection between warehouse documents and journal entry?).
    Is it possible to split the value data from quantity data (SAP BO 2007A)?
    Thank you for any suggestion!
    Aleksandra

    You may try form setting to hide all those columns for this user.
    Thanks,
    Gordon

  • Read / delivery receipt for PO forms sent by email

    Hi Experts,
    I have one requirement to implement the delivery receipt for all the PO forms sent by email.
    I have a question that I need your support:
    - As we have different companies codes operating and not all would like to receive the delivery receipt, can I restrict the notifications, for example, by company code or by purchasing organization?
    Kind regards,
    Francisco

    Hi,
    It has to be with Co. Code but via Plant. You will have to maintain entries of plant (and preferably Co. Code) in a 'Z' table and write an enhancement to check entries in the table before sending. Those available shall be sent.
    Hope this helps!
    Reetesh

  • How can I receive email delivery receipts or read receipts on Mail, OS X?

    How can I receive email delivery receipts or read receipts on Mail, OS X?
    Thanks!

    See here: http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm
    Not sure if it works in Mountain Lion.
    Note that those only work if your recipients have allowed it to happen.
    Also, Mail will not respond to them at all.

  • Delivery Receipt After Sending Mail Using JavaMail ?

    Hi Friends,
    I have written an application using JavaMail which would be used to send mail
    using my organisation's SMTP Server.I would like to include the following functionality in it.Just as
    Microsoft's Outlook has an option to get Delivery Receipt of the mail and Read Receipt of the mail sent
    (Provided the email Client supports it) i would like to have a similar option in my application to.I would like to of how i can do it using JavaMail.I heard that basically we need to set some SMTP properties which the Mail Transfer Agent would recognize and send us the Delivery and Read Receipts.But,i am not sure of what those properties.Can anyone help me regarding this ?

    You might look into creating a custom header that provides a return reciept to the email address you specify. I'm not 100% sure that all mail servers support this but you might want to look into it as a solution.
    -Dave

  • Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    Email messages from my icloud account update on all my devices showing if they have been read and if a reply has been sent.  This does not happen with my tinyworld (TalkTalk) email account.  Can I (how can I) get this to work with TinyWorld?

    You have to look at the email protocol being used.  the Apple email system uses IMAP, does Tinyworld use IMAP or POP?
    Does the email system permit delivery receipts to be requested?
    Just some of the things one needs to determine from the information provided by the email service provider.

  • There are no scheduled and delivery dates in /sapapo/rrp4

    Hi Gurus,
    When executing the transaction /sapapo/rrp4, category PO memo are being displayed. But I noticed that there are PO memos that dont have scheduled and delivery dates while the others have. Is this behavior normal? But when compared to transaction /SAPAPO/RRP3, the PO memos that dont have dates in /SAPAPO/RRP4 have dates in transaction /SAPAPO/RRP3. Could you please help me understand why there are PO memos that dont have sheduled and delivery dates when using /SAPAPO/RRP4?
    Thanks,
    Ann

    The rrp4 view shows only receipt elements, such as Planned orders, WIPs etc.In rrp3 view (Product view), we can see both requirement and receipt elements an pegging structure.

  • Delivery receipt for mail

    Is there a way to receive delivery receipts for email sent from iphone IOS8.1
    Had a couple of cases when emails haven't arrived for some reason so would be good to get a message to say it's been delivered OK
    Cheers

    That would depend on using a mail service that offers it, as well as an app that supports it. In many cases, even though your service may support it, the recipient's may not. For what its worth, Microsoft's OWA app doesn't even support it (even though it is a function of Exchange Mail Services).
    And frankly, most recipients find it - at best - an annoyance.

Maybe you are looking for

  • Using columns of user defined types

    Can anyone help me display data from a column within a table which is of a user defined type - a object with 4 elements . Discoverer wont currently display the data - it says a MAP or ORDER method is required. The type is declared as : create or repl

  • Adobe Acrobat Pro is uninstalled on the computer, but not in CC. So I can´t re-install it via the CC.

    In the CC for desktop (mac ) the app is listed ad updated. But the app itself is not on my mac. It opens PDF files in preview.

  • Javabeans: Difficult NotSerializableException problem

    Hi. I have a pretty complex problem with a javabean application. My javabean application is bundled in a jar file. This application needs a Database to run. I had to bundle the Database driver INSIDE the jar file, along with the javabean application.

  • Wireshark and ettercap-gtk won't start

    hi all :> got a weird problem with wireshark and ettercap-gtk when i try to start them (from console): root ~ #  wireshark No protocol specified (wireshark:32227): Gtk-WARNING **: cannot open display: :0.0 root ~ #  ettercap-gtk --gtk ettercap NG-0.7

  • Прошивка iOS 5.1 Версия 9B179 на iPhone 4S

    При установке прошивки iOS 5.1 Версия 9B179 на iPhone 4S происходит быстрый разряд батареи при отключенных Siri, Геолокация, Wi-Fi, 3G и других приложений влияющих на разряд батареи. По сравнению с прошлой прошивкой iOS 5.0.1 батарея разрежается в 2-