Image in a email body without attachment

Hi Gurus,
   I have requirement wherein i need to send an image in body of email.As of now i am able to create attachment and refer it to body of the email .this works fine and the image displays in body of the email.
   The problem is when i send the mail to outlook it works fine, but when i send to others for e.g. gmail or lotus note, no image comes in the body , only image comes as an attachment.
   can some expert solve this problem.
Or if some can help in sending the image in the body of the email without attachment is also fine?
Regards,
Madhu

Madhu,
Can you post the steps you took to get the html to goto the body when it is sent to an Outlook account?  Even this is an impressive feat.  Did you put the html into a Smartform and somehow get it to render in the e-mail body?  Please explain.
-Ken

Similar Messages

  • Send email message without attaching form

    Below is a sample click event javascript for a button.  This will generate an email including form information of your choosing without attaching the actual form (PDF) itself.
    This would benefit people in situations that have the form auto saving to a predetermined location, but would still like an email notification that the form has been submitted.
         var cMyMsg = "Your Text\n\n";
              cMyMsg += "Your Text " + Fieldname1.rawValue + "\n";
              cMyMsg += "Your Text " + Fieldname2.rawValue + "\n";
         app.mailMsg({
              bUI: false,
              cTo: "To EmailAddress",
              cCc: "CC EmailAddress",
              cSubject: "Your Subject Text",
              cMsg: cMyMsg
    Enjoy!

    Below is a sample click event javascript for a button.  This will generate an email including form information of your choosing without attaching the actual form (PDF) itself.
    This would benefit people in situations that have the form auto saving to a predetermined location, but would still like an email notification that the form has been submitted.
         var cMyMsg = "Your Text\n\n";
              cMyMsg += "Your Text " + Fieldname1.rawValue + "\n";
              cMyMsg += "Your Text " + Fieldname2.rawValue + "\n";
         app.mailMsg({
              bUI: false,
              cTo: "To EmailAddress",
              cCc: "CC EmailAddress",
              cSubject: "Your Subject Text",
              cMsg: cMyMsg
    Enjoy!

  • Emailing Images Viewable in Email Body in Outlook

    To give an email extra punch, I created a page in Pages, saved it as a pdf, opened it in Preview, saved that image as a JPEG, then added it as an attachment to an email and saved the mailing as stationery.
    I want the image to appear in the body of the email, and not just as an attachment. Many of the recipients will be using Outlook.
    I've sent test messages, and often the recipient can only see the emailed image as an attachment, not in the body of the received email.
    Any suggestions?
    Thanks for any help you can provide.

    Since it works on your dev system then it is likely not a code issue. I suspect there is a runtime file difference between your dev and staging system. Use [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] to see if you can spot the difference. You'll need to run this on both systems while your app is running.
    On your dev system, go through the procedure of exporting and emailing your report. Then run modules while the app is still running.
    On your staging system, go through the same procedure until you get the error. Leave the error on the screen and run modules.
    Finally, compare the two mdl log files using modules differences feature.

  • Email Button without attachment

    I am hoping to send an email from a pdf that sends the link for where the pdf form is on the local drive rather than the physical copy of the pdf form.
    I have figured out how to place the link of the location of the file into the body, but I can't figure out how to disable the file attachment part of the submit button.
    Is there anyway to disable the attachment when you use the submit command? I have tried playing with EmailButton.resolveNode("$..#submit").format but can't change it to nothing. And if the submit button my submit something is there any other way to send an email without using the submit command?
    Thanks!

    You can do it by scripting your own submit button.
    So use a regular button and put the following on the click event of the button. The operators can point to field rawValues instead of hard coding the values (cTo, cCC, cSubject, cMsg).
    var oDoc = event.target;
    oDoc.mailDoc({
    bUI: true,
    cTo: "[email protected]",
    cCC: "[email protected]",
    cSubject: "This is my email subject",
    cMsg: "This is my email message"

  • I have deleted images out an email body and foxfire deleded all inages.nothing will come through with the emails. How can I get my pictures back?

    There was something in the body of my email and I right clicked on it and clicked on delete image. Foxfire opened a white bar across the top of my screen saying that "Foxfire would delete all of aol 's images and before I realized I could click the undo spot it was gone. I want to know how I can undo this Please.>>>>I can't get any pictures through aol my mail. Thanks

    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * You can see all exceptions in Tools > Options > Content: Load Images > Exceptions
    * You can check the Tools > Page Info > Media tab for blocked images (scroll through all the images)
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • Email bursting without attachment

    Dear all,
    while using email bursting to send out bi report, we have to provide a sql. my sql statement is here:
    select distinct
    Operation."Market Director (MD)" KEY,
    'Standard' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'EMAIL' DEL_CHANNEL,
    Operation.EMAIL PARAMETER1,
    '[email protected]' PARAMETER2,
    '[email protected]'PARAMETER3,
    'Your Invoices' PARAMETER4,
    'Hi' PARAMETER5,
    'true' PARAMETER6,
    '[email protected]' PARAMETER7
    from "BE Daily Sales FnP Cost Analysis".Operation
    However, I did not receive any PDF attachment with only the email file output.
    Anyone knows how I can solve this problem? It is urgent!
    Thanks a lot ~!

    You can do it by scripting your own submit button.
    So use a regular button and put the following on the click event of the button. The operators can point to field rawValues instead of hard coding the values (cTo, cCC, cSubject, cMsg).
    var oDoc = event.target;
    oDoc.mailDoc({
    bUI: true,
    cTo: "[email protected]",
    cCC: "[email protected]",
    cSubject: "This is my email subject",
    cMsg: "This is my email message"

  • How to copy word document with bullet to email body without any changes

    when I paste word doc to mail body symbols all are changed..

    when I paste word doc to mail body symbols all are changed..

  • How to send email using u201CSO_DOCUMENT_SEND_API1u201D without attachment.

    Dear Expert,
    I am using the folowing code to get the content of smartform as otfdata :
          CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
            EXPORTING
              formname           = v_formname
            IMPORTING
              fm_name            = v_fm_name
            EXCEPTIONS
              no_form            = 1
              no_function_module = 2
              OTHERS             = 3.
          CALL FUNCTION v_fm_name
            EXPORTING
             control_parameters         = control_parameters
             output_options             = output_options
          orderadm_h = orderadm_h
          activity_h =  activity_h
          status_i = status_i
          working_set_e_s_bbp = working_set_e_s_bbp
          language = l_langu  "sY-LANGU
           IMPORTING
             document_output_info       = document_output_info
             job_output_info            = job_output_info
             job_output_options         = job_output_options
           EXCEPTIONS
             formatting_error           =  1
             internal_error             =  2
             send_error                 =  3
             user_canceled              =  4
             OTHERS                     =  5
    How can I send the data in job_output_info-otfdata in the email body without putting it into attachment?
    I am using the function u201CSO_DOCUMENT_SEND_API1u201D.
    I am sending also a normal text in the email and I want to put the data in the job_output_info-otfdata at the end of the text.
    Thank for very much in advance.
    Best regards
    Ahmed Hadi

    Hi Ahmed,
    I believe this blog will help you:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417800%29ID1330314450DB01968839116473008128End?blog=/pub/wlg/2273
    Kind regards,
    Garcia

  • Forward mail to specific email id without remove attachment - Exchange 2010

    Hi,
    How can I forward mail to another email id without attachment or by removing attachment. in Exchange 2010
    i.e the another email only includes message body and subject not the attachment file.
    is it possible.
    Thanks,

    Hi,
    Based on the description, you want to remove attachments from email when you forward to another user. Per my knowledge, there is no way to meet this requirement. Here is an article about attachment inspection in transport rule for your reference.
    Introducing Attachment Inspection in Transport Rules
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Embeded image in email body in pl/sql

    Hi, i need to embend images in the email body.
    Someone have an example?
    Thankls

    HI,
    please see my code want to add image in mail body .
    V_CLOB := '<html>
       <head>
         <title>Test HTML with Embedded Image</title>
       </head>
       <body>
         <h1>Test HTML with Embedded Image</h1>
         <p>And here it is:</p>
         <img src="data:image/gpg;base64,';
      get_enc_img_from_tab (922,l_clob);
      insert into ANUP(MAILID)VALUES(blob_to_clob(l_clob));
      V_CLOB := blob_to_clob(V_BLOB) ||'" alt="Site Logo" />
      <p>The end.</p>
      </body>
      </html>';
      /* THIS IF CONDITION DENOTED FOR PLAIN TEXT NOT FOR HTML TEXT*/
      IF V_HTML_TEXT IS NOT NULL THEN
        UTL_SMTP.WRITE_DATA(V_MAIL_CONN, '--' || V_BOUNDARY || UTL_TCP.CRLF);
       UTL_SMTP.WRITE_DATA(V_MAIL_CONN, 'Content-Type:text/html; charset="iso-8859-1"' || UTL_TCP.CRLF || UTL_TCP.CRLF);
        UTL_SMTP.WRITE_DATA(V_MAIL_CONN,V_CLOB);
        UTL_SMTP.WRITE_DATA(V_MAIL_CONN, UTL_TCP.CRLF || UTL_TCP.CRLF);
      END IF;Edited by: BluShadow on 08-Mar-2013 10:44
    added {noformat}{noformat} tags.  Please see {message:id=9360002} and learn to do this yourself in future.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can I attach an image without the image is in the email body? (using the new mail the Lion)

    How can I attach an image without the image is in the email body? (using the new mail the Lion)
    I want in attachment, not in the body mail.

    I think your only solution is to zip the image files first and then attach them.
    Read this from a site I found:
    Sending Graphical Attachments -- When you attach a graphical image to your message, the recipient of your message sees the image inline (that is, in the body of the message) if her email client supports inline display. ("Take Control of Email with Apple Mail" contains a table listing the capabilities of popular Mac and PC email clients.) If a client does not support inline display (or the recipient has turned off the inline display option), the file appears as an attachment that must be opened in a separate program.
    On the one hand, an inline image is easier for the recipient to see - all she has to do is look at it. On the other hand, inline images can be frustrating to scroll through. If you do not wish to send a graphical image inline, you must compress the file before attaching it - Mail, sadly, lacks a built-in compression option, though fortunately for Panther users, the Finder offers Zip compression without requiring a separate application.
    Note that when you compose a new message, Mail always shows attachments in the body of your message. You can manually drag them somewhere else, but many email clients display all attachments in a separate list, regardless of where you place them in the message body.
    If you paste an image into a message or drag & drop an image from another window (say, a Web browser), Mail converts the raw image data to an attachment in TIFF format. On the other hand, if you drag & drop the icon of an image file (or use the Attach button to locate the file using the file browser), Mail leaves the attached image in its original format. This difference is significant, because although most email clients can display JPEG images just fine, support for TIFF - especially in non-Mac email clients - is less common. If possible, I suggest attaching image files as opposed to pasting or dragging in raw image data.

  • Not able to see the output in sost when sending the image in email body

    I am sending the image in email body and when m trying to see the output in SOST then it showing a page 'you are not connected to the internet'
    I am able to see the output when m saving local objects but when m saving it in some package its showing me this page
    Kindly help it
    Regards
    Pratham Kapoor

    Hello Prakash,
    Thanks for the reply
    I am able to see the mail in SOST but when I click on the Display Document to see the content of the mail then I am getting this error of 'you are not connected to the internet'
    My Program is to put the logo in my email body
    I am sending you the attached image

  • How do I send images in an email, but not embedded in the message body?

    I want to submit some jpg images of artwork to a competition and the rules state that attached images must *not* be embedded in the email body. They want the list where you can see the file name and you click on it to open it, as I've seen in Windows MS Outlook. I've searched the net and I see that this is a problem for other people, but I've not seen a solution.
    I'm using the current version of iMail, and I've tried setting the message to Plain Text, the "Windows Friendly" setting, as well as the "Always attach at end of message" setting. All leave the image embedded. I'm using the current version of iMail. Anyone know how to do this? I have a deadline approacing so time is of the essence. Thanks!!

    I agree that it's a shame to have to buy something that I feel Mail should already do. That said, it seems that people's experience with sending attachments using Mail seems varies - I believe it's often to do with how the recipients email client is configured.
    All I know is that since installing Attachment Tamer (used to be called Mail Attachments Iconizer) a few years ago it's something I no longer have to bother about.
    I think you can run AT in demo mode to test flight it, before committing to buy.

  • Sharepoint 2013 document library incoming email without attachment not firing event and not getting email

    sharepoint document library incoming email without attachment not firing event and not getting email
    If email contains attachment it works. Is there any setting in document library that will allow emails and eventhandler to fire with out attachment?
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    What is the purpose of email sent to document library if no attachment. What document library will do what that email if it cant find attachment to save and create a spdoc object. If you want to store email/communication body then opt for site mailbox
    app.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Email body appears as attachment

    Hi, I am sedning an eamil using the below code, when I check the mail in SOST, it looks perfect - I nice email body and a separate PDF attachment.  But when i fire it off to my email account the email body appears as a 2nd PDF attachment in the mail.
    Can anyone help me stop this?
    I get teh same problem when I use FM "SO_NEW_DOCUMENT_ATT_SEND_API1"
    *>> email body
      gt_objtxt = 'Here is where I put the email body which looks fine in SOST'.
      APPEND gt_objtxt.
    *>> email body
      TRY.
    *      ---------- create persistent send request ----------------------
          send_request = cl_bcs=>create_persistent( ).
    *      ---------- add document ----------------------------------------
          document = cl_document_bcs=>create_document(
                                        i_type    = 'RAW'
                                        i_text    = gt_objtxt[]   "email body
                                        i_subject = lv_subject ).
          CALL METHOD document->add_attachment
            EXPORTING
              i_attachment_type    = 'PDF'
              i_attachment_subject = 'stats.pdf'
              i_attachment_size    = gv_binfilesize         "was failing without this
              i_att_content_text   = gt_record[].              "my pdf attachment
    *     add document to send request
          send_request->set_document( document ).
    *      ---------- add recipient (e-mail address) ----------------------
          recipient = cl_cam_address_bcs=>create_internet_address(
                                            i_address_string = lv_email ).
    *     add recipient to send request
          send_request->add_recipient( i_recipient = recipient ).
    *      ---------- send document ---------------------------------------
          sent_to_all = send_request->send(
              i_with_error_screen = 'X' ).
          IF sent_to_all = 'X'.
    *        MESSAGE i005(ZCSH) WITH gs_orders-vbeln.
          ENDIF.
    *      ---------- explicit 'commit work' is mandatory! ----------------
          COMMIT WORK.
    *     *            exception handling
    *     * replace this very rudimentary exception handling
    *     * with your own one !!!
        CATCH cx_bcs INTO bcs_exception.
          WRITE: text-001.
          WRITE: text-002, bcs_exception->error_type.
          EXIT.
      ENDTRY.

    Hi,
    Could be a problem on the mail client side... Could you have a look to the Mail format and try with another one?
    e.g. in Outlook: Tools->options->Mail Format
    Kr,
    m.
    Edited by: Manu D'Haeyer on Oct 3, 2011 7:35 PM

Maybe you are looking for

  • OpenPS MS project file- SAP PS - error while uploading

    Hello guys, I can't move the project  (any project) data from MS Project to SAP PS. Why is that ? Is there any restriction for data to be changed in MS Project ? I modified only description of one WBS element. I feel like I have to program additional

  • Ok so I forgot my password for the Game Center...

    Ok so I forgot my password for the Game Center and the only place I put it is on my lost ipod which I probably didn't backup and I can't just change the Apple ID password because I used a compleaty different password for game center and I'm so confus

  • Problems when editing videos in IOS 8.02

    I recorded a slowmotion video with a moving train the other day; but when I wanted to edit it, I couldn't like I used to. I wanted to cut the first seconds out because of shaking image, but when I tried doing that, it also cut the ending; I couldn't

  • Is a cracked imac screen fixable?

    My kids knocked over a heavy picture frame off a shelf above where my imac sits.  it now has damage to about a 1/4" space right on the top, middle, near the camera.  The camera still works but the glass is chipping and I'm worried it'll chip further

  • Sample program to remove standard selection-options & replace user defined.

    The standard selection-options are provided for the logical database. i need to supress the standard selection-options and include my own selection-options. I neeed a sample program how to do it.