Gmail forwarding and delivery confirmation receipts

I know this has been discussed, but I am unable to resolve the issue.  So here is the situation . . .
I have a work email address (we manage our own email system internally).  Emails sent to my work address get forwarded to my gmail account (so I can view them when I'm not at work).
I recently got a Pearl 8130 (Bell Mobility Canada) and set it up to pull messages from my gmail account.
When someone sends an email to my work address, they get a delivery confirmation (if they have confirmations turn on) from my *gmail* address.  I don't want this to happen!
My understanding of this is that when an email is sent to my work address and then gets forwarded to my gmail and then onto my BB, it is the BB server that is processing the delivery confirmation (gmail ignores them) and then the BB server sends off the delivery confirmation but it looks to the original sender like the confirmation came from my gmail account.
This is not only a nuisance, but also a privacy issue (I don't want my gmail address revealed to those who send emails to my work address).
I have gone into my BB email settings and all confirmations are turned off.
While I have BIS, Bell Mobility no longer offers the web-based access to configure emails; only whatever I can do directly on my phone.
The only solution that I have read about is to set up a filter in BB/BIS/BES that catches these delivery confirmations from going out.  But I cannot find a way to do this on my Pearl.
Any suggestions here would be greatly appreciated.
Many thanks.
Konstantine

Not blind, apparently
1.8 SP G5/iMac G4 FP/PB G3 Pismo   Mac OS X (10.4.8)   XLR8 G4 Upgrade for Pismo

Similar Messages

  • Read/confirmation receipt in Z10

    How do you stop your Z10 from sending read/delivery confirmation receipts on emails?  I can't find the option in my settings that deals with this. 
    Thank you.

    delicatesounds wrote:
    How do you stop your Z10 from sending read/delivery confirmation receipts on emails?  I can't find the option in my settings that deals with this. 
    Thank you.
    That could be a setup on the server, try accessing the server using a web browser and then look at the setup
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • IDocs for Invioce and Delivery

    Hi all,
    I have to send the customer the Invoice and Delivery confirmation for that order placed by him through an IDoc in background job.
    We are going for a standard IDoc for invoice and Delivery also but how to fill the data into that standard IDoc.
    1.Do we have standard report like (BD12, BD14, BD10 etc.)
    2.Should we develop a report to fill the data into that Idoc.
    Please help me to find standard report or please help me to write code for that standard IDoc.
    Thank you all in advance,
    Regards,
    Shalem.

    Hi Shalem,
    You need to do the following activities.
    - Setup condition record (t/code <b>NACE</b>) for shipping (V2) and billing (V3).
    - Setup output type (t/code <b>NACT</b>) for shipping (V2) and billing (V3) with transmission medium <b>A</b> (ALE).
    - Setup procedures (t/code <b>NACZ</b>) for shipping (V2) and billing (V3) if required.
    - Once the above setup are done, for any creation of billing and shipping will create entries into table <b>NAST</b> (Message Status).
    - Then you can create IDoc using this standard program <b>RSNAST00</b>. Please ensure your ALE and IDoc configuration have been done such as BD64, WE20, WE21 and etc.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Gmail forwarding & delivery confirmations

    I know this has been discussed, but I am unable to resolve the issue.  So here is the situation . . .
    I have a work email address (we manage our own email system internally).  Emails sent to my work address get forwarded to my gmail account (so I can view them when I'm not at work).
    I recently got a Pearl 8130 (Bell Mobility Canada) and set it up to pull messages from my gmail account.
    When someone sends an email to my work address, they get a delivery confirmation (if they have confirmations turn on) from my *gmail* address.  I don't want this to happen!
    My understanding of this is that when an email is sent to my work address and then gets forwarded to my gmail and then onto my BB, it is the BB server that is processing the delivery confirmation (gmail ignores them) and then the BB server sends off the delivery confirmation but it looks to the original sender like the confirmation came from my gmail account.
    This is not only a nuisance, but also a privacy issue (I don't my gmail address revealed to those who send emails to my work address).
    I have gone into my BB email settings and all confirmations are turned off.
    While I have BIS, Bell Mobility no longer offers the web-based access to configure emails; only whatever I can do directly on my phone.
    The only solution that I have read about is to set up a filter in BB/BIS/BES that catches these delivery confirmations from going out.  But I cannot find a way to do this on my Pearl.
    Any suggestions here would be greatly appreciated.
    Many thanks.
    Konstantine

    I'm also having this same problem.
    I have a GMail account as my Apple ID. And I want the services of iCloud, i.e. mail, adress book, calendar. So I had to create an iCloud ID. Now for some unknown reason any email I send from my own GMail account to my iCloud account is rejected by iCloud.
    This just won't due. If I buy something from Apple.com, I want the iCloud account to get the email. But it won't because I can't consolidate the two and I can't forward Gmail to my iCloud account.
    Anyone else having this problem? Is Apple working on this?

  • 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

  • Delivery Confirmation & Read Receipts

    Firstly, I am very new to Mac.
    I am used to Microsoft Outlook, particularly the 'Delivery Confirmation' and 'Read Receipt' options.
    Does Mail have these or similar options? I am sure they are right in front of me and I just can't seem to find them - PC to Mac blindness...
    Any assistance would be appreciated.
    iMac 2.16 GHz Intel Core 2 Duo   Mac OS X (10.4.8)  

    Not blind, apparently
    1.8 SP G5/iMac G4 FP/PB G3 Pismo   Mac OS X (10.4.8)   XLR8 G4 Upgrade for Pismo

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

  • Delivery is HU managed and  packed and TO confirmed

    Dear SAP Smarts ,
    I have a strange problem ,inbound delivery is packed with HU and TO confirmed
    user has moved the storage units of TOS via LT09 to Bulk storage area 300 /related Bin
    Know when he wants to delete the delivery it throws error ,Delivery still contains HUs
    it wont allow us to unassing as HUs are Putaway
    Could there be any option to delete the Delivery
    Awarded suitable points for correct answ

    Hi
    In this scenario there are some assumptions.
    1. Stock exists in storage are 300 and are free (i.e not attached to any object)
    2. So you can reverse the SU to original place to where you have received to inbound delivery.
    3. Reverse the goods receipt of IBD thru VL09 so that stock again goes to interim storage area and then deassign the SU from delivery.
    4.Delete the delivery.
    Hope this will help you.

  • In order confirmation i need invoice number and delivery number.

    Dear Experts,
    I need invoice number and delivery number in order confirmation.
    how can i get the delivery number an invoice number.
    Program name: RVADOR01
    Regards
    Ahmed

    Hi
    In the Order confirmation Only sales order details will be there
    You better write a PERFORM  statement in Script and in the subroutine fetch the Delivery number and Invoice number with the following links and display them in script
    LIPS-VGBEL = VBAK-VBELN
    LIPS-VGPOS = VBAP-POSNR
    VBRP-AUBEL = VBAK-VBELN
    VBRP-AUPOS = VBAP-POSNR
    You can also can use the VBFA table
    using Prev doc type = C (order) and Subsequent doc type = J to get the Delivery
    and Sunsequent type = M for getting the Invoice Number
    see the sample code for subroutine
    REPORT ZMPO1 .
    form get_freight tables in_par structure itcsy out_par structure itcsy.
    tables: ekko,konv,t685t.
    data: begin of itab occurs 0,
             ebeln like ekko-ebeln,
             knumv like ekko-knumv,
           end of itab.
    data: begin of itab1 occurs 0,
             knumv like konv-knumv,
             kposn like konv-kposn,
             kschl like konv-kschl,
             kbetr like konv-kbetr,
             waers like konv-waers,
             kwert like konv-kwert,
           end of itab1.
    data: begin of iout occurs 0,
             kschl like konv-kschl,
             vtext like t685t-vtext,
             kbetr like konv-kbetr,
             kwert like konv-kwert,
           end of iout.
    data v_po like ekko-ebeln.
    read table in_par with key 'EKKO-EBELN'.
    if sy-subrc = 0.
       v_po = in_par-value.
       select
         ebeln
         knumv
      from ekko
      into table itab
      where ebeln = v_po.
      if sy-subrc = 0.
        loop at itab.
          select
            knumv
            kposn
            kschl
            kbetr
            waers
            kwert
          into table itab1
          from konv
          where knumv = itab-knumv and
                kappl = 'M'.
        endloop.
        loop at itab1.
          if itab1-kposn <> 0.
            select single * from t685t
                              where kschl = itab1-kschl
                                and kappl = 'M'
                                and spras = 'EN'.
            iout-vtext = t685t-vtext.
            iout-kschl = itab1-kschl.
            iout-kbetr = itab1-kbetr.
            iout-kwert = itab1-kwert.
            append iout.
            clear iout.
          endif.
        endloop.
        sort itab1 by kposn.
        loop at iout.
          sort iout by kschl.
          if ( iout-kschl eq 'GSDC' OR
               iout-kschl eq 'GSFR' OR
               iout-kschl eq 'GSIR' ).
            at end of kschl.
              read table iout index sy-tabix.
              sum.
             write:/ iout-kschl,iout-vtext,iout-kwert.
          out_par-name = 'A1'.
          out_par-value = iout-vtext.
          append out_par.
          out_par-name = 'A2'.
          out_par-value = iout-kwert.
          append out_par.
              endat.
            endif.
          endloop.
        endif.
      endif.
    endform.
    IN THE FORM I AM WRITING THIS CODE.
    /:DEFINE &A1& = ' '
    /:DEFINE &A2& = ' '
    /:PERFORM GET_FREIGHT IN PROGRAM ZMFORM_PO1
    /:USING &EKKO-EBELN&
    /:CHANGING &A1&
    /:CHANGING &A2&
    /:ENDPERFORM
    &A1&
    &A2&
    This Code is to be written in the PO form under ADDRESS window.
    /:DEFINE &A1& = ' '
    /:DEFINE &A2& = ' '
    /:DEFINE &A3& = ' '
    /:DEFINE &A4& = ' '
    /:DEFINE &A5& = ' '
    /:DEFINE &A6& = ' '
    /:PERFORM GET_VENDOR IN PROGRAM ZMFORM_PO
    /:USING &EKKO-EBELN&
    /:CHANGING &A1&
    /:CHANGING &A2&
    /:CHANGING &A3&
    /:CHANGING &A4&
    /:CHANGING &A5&
    /:CHANGING &A6&
    /:ENDPERFORM
    &A1&
    &A2&
    &A3&
    &A4&
    &A5&
    &A6&
    Regards
    Anji

  • 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

  • I am cancelling my gmail account and want to forward e-mails to my iCloud account.  How do I set this up?

    I am cancelling my Gmail account and want to forward any messages I still receive in that old account to my ICloud e-mail.  How do I set up forwarding?
    Thank you.

    Gmail will forward them, but not if you close the Gmail account.
    Look in Gmail Settings for Forwarding.

  • "Material is not the same for confirmation and delivery"

    Hello
    If this is not the right forum, my apologies. Direct me to the correct one if it is not ....
    Have been doing automated test development (HP's QTP) against SAP systems for over a year. I am not an application expert - very much a newbie when it comes to application knowledge but trying to gain some. I have "googled" the phase "Material is not the same for confirmation and delivery" and have not been able to find any references. What does this mean?
    I see this message for an iDoc using WE02. Have looked and looked but don't really know what I'm looking for.
    Clues?
    Thanks,
    DW

    DW,
    I have never seen that exact message, but I have seen similar ones.  Generically, the message probably means that you are attempting to perform a transaction against a document (perhaps a Purchase order?) and the Material number (Part Number) contained in the transaction is not the same as the Material number in the originating document in SAP.
    An example might be you have previously created a confirmation against a Purchase order, which now exists in SAP.  This Confirmation is for a specific Purchase order, item, and material.  Now, when you attempt to create an inbound delivery for the Confirmation, the material number contained in the new IDOC is different from the material number that was contained in the original Confirmation.
    I don't know what IDOC Message type you are having the problem with, but generically you can do some troubleshooting. Find the SAP Material number in the IDOC (MATNR probably).  Find the appropriate reference document number in the IDOC (confirmation number?  Purchase order number? or...?), and then manually review the document in SAP to ensure that the Material numbers are the same.
    If you are totally lost, you should really consult with an SAP App expert.  I am guessing that this is part of the Materials Management module, so you would be asking for an MM expert.
    Or, you can send more details, and we can try to help.
    What is the IDOC message type?
    What is the Message number of the error message?  Functionally, what is this IDOC trying to do, from a business perspective?
    Rgds,
    DB49

  • Linking information between one Delivery Order and many Goods Receipt

    We have a case of a business process we're looking for the solutions base on mySAP ECC 6.0
    We deliver to customers by barge, each of DO for one barge. Goods on each delivery barge receipt  directly from many truck, Can you tell me the SAP help to manage the information about barge and trucks.
    Thanks and best regards

    Hi Gordon,
    Thanks for the info. Another idea: How about ..
    - adding the item on a new line with the open qty and the correct date
    - simply closing the partially posted line with the open qty (is that ok from the DB view?)
    Any doubt that this could work as intended?
    Thanks
    Franz

  • Delivery confirmation & read-receipt in Mail?

    Is it possible to obtain a delivery confirmation & read-receipt in Mail?

    No, it is not.  The OS X Mail application does not offer this functionality.

Maybe you are looking for