HT5361 can I send an email with a request receipt already embedded?

Is there a way to send an email with an embedded return receipt (so you know the receipeient received the email)?  I was able with my PC but cannot find a way to with my iMac. 

This is about the best you can do.
Read Receipts
Read Receipts (2)

Similar Messages

  • How can i send an email with subject more than 50 char.

    Hi
    Can you please explain How can i send an email with subject more than 50 char?? I am using Cl_BCS=>SET_MESSAGE_SUBJECT but it is throwing an error " An exception of the type CX_SY_REF_IS_INITIAL has occured which is not caught" .
    Regards
    Alok

    Try using the following FM
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = i_mail_data
            put_in_outbox              = c_x
          TABLES
            packing_list               = i_objpack[]
            object_header              = i_objhead[]
            contents_bin               = i_objbin[]
            contents_txt               = i_objtxt[]
            receivers                  = i_receivers[]
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
          OTHERS                     = 8.
    Regards
    Avinash
    Edited by: Avinash Jagtap on Dec 2, 2009 7:00 AM
    Edited by: Avinash Jagtap on Dec 2, 2009 7:02 AM

  • Can I send an email with a meeting or flight schedule to ical and have it sync?

    can I send an email with a meeting or flight schedule to ical and have it sync?

    Hello Fernando,
    Yes, you can send mail  for success and failure of process chain
    1. Select particular node in which you want to get mail.
    2.Right click select create message.
    3. It will show 3 options  for Success , Error, and For both. check what you want.
    4. It will ask for Process variants.
    5. Select Create variants. It will ask process variants name and Long description.
    6. Now it will show maintain recipient List. Select this give emailid of your.
    7. Save it.
    In Email you will get Data Target name, Process  Chain name  and request no. and description  for error message .
    Mail  will be like this(this mail is for process chain when it has failed)u2014
    Process Activate XXXXXXXX Of Type Activate ODS Object Data Has
    Status Ended with errors (Process Chain YYYYYYYYYY)
    Log for This Process:                                                                                Request REQU_4GO3ZZZZZZZZZZZZZZZ in ODS XXXXXXXX must have
    QM status green before it
                                                                                    Activation of data records from ODS object XXXXXXXX
    terminated
    Log of Respective Background Job:
    Job started
                                                                                    Step 001 started (program RSPROCESS, variant &0000000276751,
    user ID WWWWW)
    Request REQU_4GO3ZZZZZZZZZZZZZZZ in ODS XXXXXXXX  must have QM
    status green before it is activated Activation of data records
    from ODS object XXXXXXXX terminated
    Request REQU_4GO3ZZZZZZZZZZZZZZZin ODS XXXXXXXX  must have QM
    status green before it is activated Activation of data records
    from ODS object XXXXXXXX terminated.
    Thanks
    Abha

  • How do I send an email with a "read receipt" please

    how do I send an email with a "read receipt" please

    banyard,
    There is no support for read receipts in Apple mail.
    Sorry,
    Captfred

  • Can you send an email with multiple photos from iPhoto in reduced size?

    I want to send an email with multiple photos attached with a reduced size. How do I accomplish this?

    Hi Igmatteson,
    If you are using regular Mac Mail, and you are on Mountain Lion, this is what I can do:
    1. Go into Mail, and start a new message
    2. At the top, you will see 4 icons - the third one over brings up the Photo Browser from iPhoto
    3. Go through your pics and select the one you want and drag it onto the mail page
    4. Once you have done that, a small bar on the right-hand side will show up that will allow you to select whether you want the image size to be small, medium, or large. Once you select a size, all photos you add will be that same size.
    Hope this works for you!
    Cheers,
    GB

  • Can't send any email with touchpad client.

    In the last week or so I am no longer able to send any emails with the Touchpad email client. This had worked fine on my home WiFi up till then. I have a hotmail an a gmail account and neither work. I have seen a couple limited posts on this but am surprised there aren't more issues with this. I had restarted several times, deleted and re-added accounts and no fix.
    Any help appreciated....
    Post relates to: Pre p100eww (Sprint)

    OK, I Doctored my Touchpad and the email sending via hotmail and gmail are now working.  I haven't doctored in about 6 months which isn't too bad but it would be nice to not have to do this.

  • Can't send large emails with dial-up

    I have a new iMac. The new ones do not have an internal modem so I am using a USB Apple modem to connect to my ISP. When trying to send a large email, either a lot of text or with an attachment, the send stalls and will not complete. I can not send a 500KB file as I could on my Windows machine. If I zip the 500KB down to 30KB it works just fine. The sending blue progress bar extends about 3/8inch and just stalls there. Finally times out and I get an error.
    Any help is appreciated.
    Thanks
    Rich

    It's probably an issue with your ISP--you should contact them first. Also, it could be an issue with your email provider--maybe they have size limits on emails. But if you are connected to the internet, and everything else is working as it should, it's probably not the iMac.

  • Can't send an email with FF. Have to use explorer. reads ok. goes black and gives an error notice.

    worked with cox.net for an hour trying to correct the problem. Something in FF is causing the problem. come up general exception details. java.lang.classformaterror: Incompatible magic value 168430090 in class file.

    try
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How can I to send an email with a longer than 50 characters subject?

    I'm trying to send an email through an abap program ( report ), but when the email arrives to the SOST transaction the subject is cut to 50 characters. How can I send an email with a longer than 50 characters subject?

    check this below code and do changes in ur report
    FORM SEND_MAIL_SUPPORT  TABLES   P_EM_BODY
                            USING    P_TITLE.
    *_ Start of the code to send an email notification
      DATA : ATTACH_REC TYPE I.
      DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE,
            OBJHEAD LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE,
            OBJBIN LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE,
            OBJTXT LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE,
            DOC_CHNG LIKE SODOCCHGI1,
            TAB_LINES LIKE SY-TABIX.
    Creation of the document to be sent
      DOC_CHNG-OBJ_NAME = 'Mat Attach'(010).
      DOC_CHNG-OBJ_DESCR = P_TITLE.
      APPEND LINES OF P_EM_BODY TO OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    *Creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'RAW'.
      APPEND OBJPACK.
      DESCRIBE TABLE IT_ERROR LINES ATTACH_REC.
      IF ATTACH_REC GE '1'.
    *Start of email attachement of internal table conversition
       APPEND LINES OF IT_ERROR TO OBJBIN.
    WRITE: '----
    ' TO OBJBIN.
    APPEND OBJBIN.
    CLEAR OBJBIN.
    CONCATENATE 'CCode.' 'A/CDocNum.' '  FYear.' 'DType.' 'PDate.' '  RefField.' INTO
                 V_TEXT SEPARATED BY ' '.
    APPEND V_TEXT TO OBJBIN.
    CLEAR V_TEXT.
    WRITE: '----
    ' TO OBJBIN.
    APPEND OBJBIN.
    CLEAR OBJBIN.
    LOOP AT IT_ERROR.
    CONCATENATE IT_ERROR-BUKRS IT_ERROR-BELNR IT_ERROR-GJAHR IT_ERROR-BLART
                 IT_ERROR-BUDAT IT_ERROR-STATUS INTO V_TEXT SEPARATED BY '   '.
    APPEND V_TEXT TO OBJBIN.
    CLEAR V_TEXT.
    ENDLOOP.
    WRITE: '----
    ' TO OBJBIN.
    APPEND OBJBIN.
    CLEAR OBJBIN.
        DESCRIBE TABLE OBJBIN LINES OBJPACK-BODY_NUM.
        OBJPACK-TRANSF_BIN = 'X'.
        OBJPACK-HEAD_START = 1.
        OBJPACK-HEAD_NUM = 1.
        OBJPACK-BODY_START = 1.
        OBJPACK-DOC_SIZE = OBJPACK-BODY_NUM * 255.
        OBJPACK-DOC_TYPE = 'RAW'.
        OBJPACK-OBJ_DESCR = 'List of Error Documents'(012).  " Description
        APPEND OBJPACK. CLEAR OBJPACK.
      ENDIF.
      RECLIST-RECEIVER = S_EMAIL-LOW.
      RECLIST-REC_TYPE = 'U'.
      RECLIST-COPY = 'X'.
      APPEND RECLIST.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA              = DOC_CHNG
          PUT_IN_OUTBOX              = 'X'
          COMMIT_WORK                = 'X'
        TABLES
          PACKING_LIST               = OBJPACK
          OBJECT_HEADER              = OBJHEAD
          CONTENTS_BIN               = OBJBIN
          CONTENTS_TXT               = OBJTXT
          RECEIVERS                  = RECLIST
        EXCEPTIONS
          TOO_MANY_RECEIVERS         = 1
          DOCUMENT_NOT_SENT          = 2
          OPERATION_NO_AUTHORIZATION = 4
          OTHERS                     = 99.
    *CHECK SY-SUBRC = 0.
    ENDFORM.                    " SEND_MAIL_SUPPORT

  • Send html email with image embedded

    Hi Guys,
    I want send an email using class CL_BCS.
    Can someone please help me to tell me how can we send the email with image embedded in the body?
    The image is stored in the mime repository and was uploaded through se78.
    I have searched online but am not able to send it.
    It will be great if someone has working code for this.
    Regards,
    Dhruv Kashyap

    Hi go to T-code : SMW0   -- To upload the images , after that you can find that entries in wwwparams table .
    Refer this .
    **************** - Display images (like company logo) on the selection-screen
    In order to send it as email you have to add  attachment type as BMP from you BCS class.
    Just try you can .

  • Sending an Email with an attachment for all the Customers

    Hi friends,
    How can i send an email with an attachment to the customers email address.
    the attachment will be in doc format.
    the data which i am sending must be in a TABLE format
    withe 5 columns.
    Having an Header
    and each column with a column heading
    Please guide me.
    Thanks in Advance,
    Ganesh.

    http://www.sap-img.com/abap/sending-email-with-attachment.htm
    Sending mail to an external maild with PDF attachment.
    Creating a PDF attachment and send it via Email
    Sending E-Mail from ABAP - Version 610 and Higher - BCS Interface
    How to send a ttachment with email.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/abap-Sendthespooldatatoanemail+address.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/convertSpoolrequesttoPDFandsendase-mail
    Friend just have a look in the forum itself, there are many posts for ur query, you definetly get exact solution no need to wait for answers/solutions.
    All the best

  • Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tell me that the file is being used even when  it is not. How can I fix this issue?

    Why can I not attach a document to an email? Every time I want to send an email with a document attached to it, an error notice pops out. It tells me that the file is being used even when  iall other programs are closed. How can I fix this issue?

    Thanks Jeff, I was not aware that a template could be multi-page.  (All the existing templates were 1 page)
    But it worked, saving me some steps.  When I was finished I renamed the document, and locked it.
    Then tried to save it but  could not because it was locked.  I closed it, went to my Spread Sheet Folder ,
    to find it, it was not there.  The Finder could not find it either.
    So I start over again.
    I opened up Numbers and it showed my personal Numbers template folder, it contained both my new 
    original 4 page template and the vanished saved document!
    I tried to delete the template containing these document data and could not - I had to go to the Library/Application Support/Numbers to physically remove it from this folder. Then I started over again.  I Finally found out how to make it work: I can now "save as", and then lock, and it will go to place where I want it to be saved and locked.
    The secret is: Click on the document title in the menu bar, and it opens up  "Save as...", which works the same as in OS 10.4.11, and you can pick the place you want for saving.  Once done that, you can then lock the document in the same pull down menu, and then close it.
    I also found later that I can delete a template from its folder, by letting Numbers open the templates,
    clicking on the one I want to remove, then go to the "Numbers Menu/File/Move to...", select "Desktop"
    and from there the selected template can then be thrown into the Trash from there.
    It appears now that the real fault of the Numbers software is that the "Save as" command is not available in the "Edit" or "File" pull-down menus, but hidden behind the title of the document.

  • On my imac, All of a sudden I am unable to send original emails with any attachments.  I can attach the file but when I try to send it, it won't send.  Also, if I am emailing back and forth as it gets longer, it no longer transmits

    On my imax, all of a sudden I am unable to send original emails with attachments of any size.  I can attached the file but when I try to transmit, it will not go.
    Also, if I am emailing back and forth, once there gets to be several threads, it will no longer transmit.  Any suggestions. I am using gmail in the apple mail system

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    Did you select View->Bcc Address Field from the menu bar?

  • TS3899 i can send out emails with icloud but cannot recieve emails

    i can send out emails with icloud but cannot recieve emails

    Hi Nortarian,
    Welcome to Apple Support Communities.
    Here is another article that can help troubleshoot the behavior you're seeing:
    iCloud: Troubleshooting iCloud Mail
    http://support.apple.com/kb/ts4002
    Best,
    Jeremy

Maybe you are looking for

  • Transferring data from Apple TV back to computer

    I had to replace the logic board within my computer and restore all of the data on my hard drive. Before I took it into the shop for repair, I transferred ALL of my music and video from iTunes to my Apple TV. Now that my computer is fixed, I would li

  • Firefox will not load no matter what I try (safe mode whatever). It only loads if I run it inside Comodo sandbox! How do I get it to run the normal way?

    Firefox will not load the normal way (clicking on a link or running it from Run window or even running it in safe mode). It only runs if I dig down to the installed directory, right-click firefox.exe and select "Run inside Comodo Sandbox". I have Com

  • Kernel task is using 2-4GB of RAM

    I have a late 2012 iMac with 16GB of RAM.  At any given time 2-4GB of RAM is in use by the kernel task. My system isn't trucking along for it, thankfully, but it still has me somewhat concerned.  How can I identify what is responsible for this signif

  • New tab in PVD0 transaction (Learning solution)

    Hi, everyone I need to add an additional tab that would display a custom infotype in PVD0 transaction (ECC 6.0) For that I have found a BADI HRTEM00MASTERDATA method REGISTER_SUBSCREENS . According to documentation this looks like the place to point

  • Would you Check my Site for Me?

    Hey gang. Site is still under construction. I was hoping a couple of you could just poke around to see if the links work, and see if the load times are on a par with iWeb in general. I know that iWeb code is a bit bloated and slow, but maybe I'll tra