Receipt Notification

Is it possible to receive receipt notification for email sent through Apple Mail? If possible, how do we accomplish this?

Hello Jackav and welcome to discussions,
OS X Mail does not do this alone. There is a work around....
Mail Receipts
NB - Please be ULTRA careful when working in Terminal - 100% accuracy is required.
Regards
Ian

Similar Messages

  • Restrict Receipt Notification from Mails

    Hi,
    For mail to internet users i am using the class CL_BCS.
    I am using the following code to send mail
      send_request = cl_bcs=>create_persistent( ).
      try.
          document = cl_document_bcs=>create_document(
                                        i_type    = 'RAW'
                                        i_text = it_content[]
                                        i_subject = subject ).
           call method send_request->set_document( document ).
          sender = cl_sapuser_bcs=>create( sy-uname ).
          call method send_request->set_sender
            exporting
              i_sender = sender.
          loop at it_recipient.
            translate it_recipient-smtp_addr to lower case.
            recipient = cl_cam_address_bcs=>create_internet_address( it_recipient-smtp_addr ).
            call method send_request->add_recipient
              exporting
                i_recipient  = recipient
                i_express    = ' '
                i_copy       = ' '
                i_blind_copy = ' '
                i_no_forward = ' '.
          endloop.
          call method send_request->send( ).
          commit work.
        catch cx_document_bcs into bcs_exception.
      endtry.
    I have the following problems :
    1. After sending the mail, i am getting the receipt notification(when the user open the mail in lotus note), how to restrict for not getting receipt notification.
    2. After sending the mail, i checked in the SCOT the entry showing that is in Transit and not in complete, But the users are getting mails.
    I think i am missing some parameters in the above code.
    Can anyone give some info on this.
    Thanks
    aRs

    Hi,
    I have solved the problem by myself.
    by adding the following code.
          move : 'E' to v_request_status.
          v_status = v_request_status.
          call method send_request->set_status_attributes
            exporting
              i_requested_status = v_request_status
              i_status_mail      = v_status.
          call method send_request->send( ).
    Thanks
    aRs

  • Goods Receipt Notification MM to SUS

    Hello Experts
    We are implementing MM-SUS scenario.
    We have been able to send the PO from MM to SUS and are getting back the Confirmation from SUS to MM.
    However, we are not able to send the Goods Receipt Notification, to be send from MM to SUS.
    Please let us know what entries are to be made in the Partner Profile, under the Message Control Tab. The Messae type used is STPPOD.
    Please help, we are new to SUS.
    Thanks in advance.

    'GRN' to be added in Message Function.

  • Business object for Goods Receipt Notification in ECC

    Hi All,
    Can You people tell me what is the business object for goods receipt notification in ECC?
    Thanks and regards,
    Raj

    Hi RAJ,
    The Business object for Goods Reciept is MKPF.
    Hope this would solve your issue.
    Good luck
    Narin

  • Adjusting volume on email receipt notification

    How do I turn down the volume on my email notifications.  It's too loud and annoying in the middle of a meeting!  Which icon do I use to get to this option setting?  

    Hi and Welcome to the Community!
    It should be your Settings or Profiles App. Or, at the top (if you have no special Theme that is), it would be the icon on the left that looks sort of like a speaker. It could also be elsewhere as it is very dependent on your exact OS level...things are in different places on different OS levels.
    KB23393 How to check the model number and version of installed BlackBerry device software on a BlackBerry smartphone
    Your user manual, of course, would also be a good resource for you to check.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Send receipt notification to non-primary email address

    I want to make a purchase on the iTunes store for my wife without her knowing about it. ProbleIm is the primary email address is our shared email so she will see the receipt of the purchase. Is there a way I can just have the receipt sent to the alternate email address that I set up in my Apple ID Account Settings? Then the receipt will be sent to my personal email address.
    Thanks

    Yes - gifts are sent to an email address not to the iTunes account, the email has a redemption code in it which the recipient then redeems. The recipient needs to be in the same country as yourself, he/she won't be able to redeem it if their account is in a different country's store.
    Redeeming a gift : Redeeming iTunes Gift Cards and content codes - Apple Support

  • Goods receipt notification in MM-SUS

    Hi experts
    I am usisng MM-SUS  srm 5.0 I would like to send GRN to SUS, I could see in some theads that some configuration in WE20 are necessary and run a report RPODDELVRY, the problem is this report could not be find im my MM ECC 5.0 .
    Is there some SAP note to implement this report in my system or the solution for GRN is diferent after this version?
    Thanks
    Nilson

    Hi Nilson
    it is availble from ecc 6.O only.
    see note 1026638 - SAP supplied workaround for this in this note .vow!!
    br
    muthu

  • Turn Off Disposition Notifications - Opposite of Return Receipt

    I noticed that Mail.app automatically sends MDN's (RFC2298), a.k.a. "Return Receipts." Is there any way to configure Mail.app to not send return receipts, or to at least ask first before sending?
    This is the opposite problem to those who want to know how to ask the recipient to send a return receipt. The problem is whenever I RECEIVE a message with a Disposition-Notification-To header, Mail.app automatically SENDS the notification.

    I noticed that Mail.app automatically sends MDN's (RFC2298), a.k.a. "Return Receipts." Is there any way to configure Mail.app to not send return receipts, or to at least ask first before sending?
    You're mistaken. Mail does not support sending Read Receipt notifications and never has done so. It is able to request Read Receipts, but only through an undocumented way, and it cannot be implemented in any other way.
    Mulder

  • Need BAPI for MIGO to create a Goods Receipt against PO &Outbound Delivery

    Hi Friends,
    GRN’s (Good receipt notifications) created in DHL (Non SAP system) will need to be communicated to SAP.
    I need to post goods receipt using input data in MIGO. Is there any BAPI that i can use.The requirement is like below:
    PO number field in output file is checked against entries in EKKO-EBELN, if a match is found the GR is posted against a Purchase Order otherwise LIKP-VBELN is checked and if a match is found GR is posted against an Outbound Delivery.
              If PO Number = EKKO-EBELN    GR against Purchase Order
                            = LIKP-VBELN      GR against Outbound Delivery
    Based on the above condition I need to create a Goods Receipt. 
    Could you please tell me the GM code, movement types and the required fields to be passed for the BAPI?
    The fields available are with us are...
    Header text. - Bill of Lading- Posting Date-Quantity- UOM--- Vendor Batch / Batch / Serial No --- PO Number or Delivery Number… SLED
    Are these fields sufficient for doing MIGO with the BAPI or do we require more fields???
    Please provide sample code if possible.
    Waiting for replies,
    Thanks and Regards,
    Sudha

    Hi Friends,
    GRN’s (Good receipt notifications) created in DHL (Non SAP system) will need to be communicated to SAP.
    I need to post goods receipt using input data in MIGO. Is there any BAPI that i can use.The requirement is like below:
    PO number field in output file is checked against entries in EKKO-EBELN, if a match is found the GR is posted against a Purchase Order otherwise LIKP-VBELN is checked and if a match is found GR is posted against an Outbound Delivery.
              If PO Number = EKKO-EBELN    GR against Purchase Order
                            = LIKP-VBELN      GR against Outbound Delivery
    Based on the above condition I need to create a Goods Receipt. 
    Could you please tell me the GM code, movement types and the required fields to be passed for the BAPI?
    The fields available are with us are...
    Header text. - Bill of Lading- Posting Date-Quantity- UOM--- Vendor Batch / Batch / Serial No --- PO Number or Delivery Number… SLED
    Are these fields sufficient for doing MIGO with the BAPI or do we require more fields???
    Please provide sample code if possible.
    Waiting for replies,
    Thanks and Regards,
    Sudha

  • Read receipt on icloud... does it work?

    I was on icloud today and someone sent me an email and I mistakenly clicked on it without thinking first. I don't want this person to know I've seen their email at all as well, long story short, I'm not wanting them to contact me anymore.
    If they send me an email from their work (presumably done through MS Outlook) with a read receipt on it, will it show that I've read it if I've done it through icloud?
    Nothing popped up as well for a read receipt notification but I think they're being sneaky anyways, I just wanted to know if they could tell if I opened this email.
    TIA,
    Dale

    Are you sure this is the case?
    I have recently had a situation where a company is sighting the fact that I opened an e-mail sent by them at a specific time in May 2013. I opened the e-mail in iCloud on my mother's computer.
    The fact that I opened the e-mail is not anything I would have denied anyway, but this has left me with a feeling of invasion of privacy.
    How can ensure that my reading or not of my e-mails is something that is private to me ?

  • Read Receipt for Email using Java Mail

    hi,
    i am trying to implement requesting the read receipts for the email sent out.
    for that i got some information that by setting header "Disposition-Notification-To" and the value should be "<Destination email address>"
    should i need to make any changes in the mailing server or i can handle it in my code to save it in the database.
    can some one please guide me so that i can implement this.
    Thank You

    Hi Bshannon,
    From your response, I understand that setting Disposition-Notification does not give a complete result for the read-receipts (We do not receive notifications from all domains, I tried gmail, yahoo, and other domains as well).
    Since your reply was sent 2 years ago, I would like to know any new solution found to get a complete read-receipt  notifications from all domains?.
    Your response would be highly appreciated.
    Thanks,
    Stalin R

  • SO_OBJECT_SEND - Email failure notification

    Hi all,
    I have an issue with Email failure notification. The requirement is if an email is not delivered to the receiver, I need a failure notification to some alias so that the original email can be re send.
    The function module used to send email is ‘SO_OBJECT_SEND’.
    Any pointers on this would be helpful.

    Hi,
    Check this link. related to receipt notification. (But i am using CL_BCS class)
    May this will help you.

  • Automatic quality Notification during defect recording

    Hi Guru's
    We have two plants , Plant A will be using the default Notification - F1 , F2 & F3 , plant B will use Cust. Y1 , Y2 & Y3 ,
    In t-code QF11 When activating notification type , system is picking the defaults ,
    My client requirement is that Notification type should match up to the inspection lot origin. For Ex
    Inspection Type 01 (GR for PO) >>  Inspection Lot Origin - 01 (Goods Receipt ) >>  Notification Type Default Setting (F2) >> Notification type Dropdown Options ( F1 , F2  & G0)
    Please tell how the dropdown option for Notification Type  can be maintained in QF11 during activation screen
    Regards
    cybrat24

    What I know is that you can not set the notification type in customization for inspection type depending upon the "Plant"
    First thing when you copy the notification from original F1 or F2 then system will show that in f4 option in customization.
    Second thing if you wish to have notification plant specific,then there can be one solution.
    Copy inspection type 01 say Z01.
    Assign customized notification type( copy of F1 or F2) to this inspection type.
    Activate only this inspection type in other plant.
    So for first plat default notification will be SAP default & for second plant it will be always say Y1 or Y2 etc.
    I hope this is possible !!

  • Goods Receipt mail

    Hi Experts,
    I am workign on SRM 5.0, In this I am unable to get the goods receipt notification mail once confirm the goods by requestor.
    Is there any configuration issue or any other ?
    Please tell me where exactly need to be changed to get the Goods confirmation mail.
    Regards,
    Chandu

    Hi,
    Who would like to recieve the Goods Receipt notification mail when requester confirmed the goods ? Do you use confirmation approval workflow ?
    Regards,
    Masa

  • Goods Receipt workflow

    Dear All,
    What are the steps to create the workflow for Goods Receipt notification without approval. How we can assign the standard  WS10400010 -- Goods Receipt Workflow Without Approval.
    Regards,
    Rahul Singh

    Dear Suresh,
    Your contribution to SDN is appreciated.  Thank you very much. I have been looking on SDN but i did not get the exact details to trigger my work flow .
    My process in details so that others can take help from this.
    I created my own custom workflow with header BOR MKPF.
    and for triggering the workflow i used this code in enhancement point as below.
    DATA: KEY type SWEINSTCOU-OBJKEY.
    BREAK RSINGH_MI.
    KEY = IS_MKPF-mblnr.
    CLEAR KEY.
    CONCATENATE IS_MKPF-mblnr IS_MKPF-mJAHR INTO KEY.
    CALL FUNCTION 'SWE_EVENT_CREATE'
    EXPORTING
    objtype = 'MKPF' "'BUS2203'
    objkey = KEY
    event = 'CREATED' "'SAVED'
    CREATOR = ' '
    TAKE_WORKITEM_REQUESTER = ' '
    START_WITH_DELAY = ' '
    START_RECFB_SYNCHRON = ' '
    NO_COMMIT_FOR_QUEUE = ' '
    DEBUG_FLAG = ' '
    NO_LOGGING = ' '
    IDENT =
    IMPORTING
    EVENT_ID =
    TABLES
    EVENT_CONTAINER =
    EXCEPTIONS
    OBJTYPE_NOT_FOUND = 1
    OTHERS = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    Endif..
    Regards,
    Rahul Singh

Maybe you are looking for

  • Transporting user defined selection screen from one server to another

    How to transport a user defined selection screen (0100) from one server to another. PBO and PAI modules written in PBO and PAI events for the selection screen are not transported. How to transport the modules in the events for the selection screen.

  • MODIFY and SAVE_TRANSACTION not working for ZONE BO

    Hi I am trying to add/delete location in transportation zone through MODIFY and SAVE_TRANSACTION but the update is not happening in database. I have done deletions and additions in other business objects but for transportation zone it is not working

  • Saving large files to external drives question

    I work with large video files. When I save files to a drive it would be very helpful if, when I navigate to the drive, there was a note telling me how much space was available, before saving and then only to be told ten minutes later the drive is ful

  • Want to change the name of my network not sure how

    Hi: I set new airport express up Friday night but would like to modify the network name I gave it. Any suggestions as to how? Thanks

  • Transporting Variable

    Hi   What is the use of Transporting option in ABAP Programming . For example  Read itab index 3 transporting field3. What is the meaning of above line ? and Where and all can use Transporting option ? Regards Kumar Moderator message: please search f