In BCS HTML mail images are broken

HI experts,
I'm using the BCS calls to send out nice looking HTML which also includes one logo.
Internally, in our LAN, the mails are looking quite nice and the image/logo is displayed correctly (MS Outlook)
When external users using Lotus Notes try to open such an HTML mail, the image is attached correctly to the mail, but it isn't displayed, just a broken image picture. There's no chance to make the image visible inside the mail, they can just open the attached image itself, outside the mail context.
Question is now how can I reach that the image is displayed correctly? If this is not possible at all, how can realize that the Lotus Notes users get a "Show Images" link (security restriction - add sender to safe senders)???
Please find my current coding below, do I miss a parameter some where???
Best regards, Steffen
"Create Mail Document
  l_subject = 'Expiring Authorization Notification'.
  TRY.
      lr_email_body = cl_document_bcs=>create_document(
                                       i_type = 'HTM'
                                       i_text = i_mailtext
                                       i_subject = l_subject ).
    CATCH cx_document_bcs .
  ENDTRY.
  "Add attachment to mail  
  TRY.
      lr_email_body->add_attachment(
                i_attachment_type     = 'GIF'
                i_attachment_subject  = 'sap_logo'
                i_att_content_hex     = pick_data ).
    CATCH cx_document_bcs .
  ENDTRY.
  "Create mail object
  TRY.
      lr_email = cl_bcs=>create_persistent( ).
    CATCH cx_send_req_bcs .
  ENDTRY.
  "Set email document
  TRY.
      lr_email->set_document( lr_email_body ).
    CATCH cx_send_req_bcs .
  ENDTRY.
  "Set status attribute for read receipt
  "Read receipt should also be disabled in TCODE SCOT
  "N  No Status Is to Be Returned, suppress also in SOST
  "E  Only Error Statuses Are to Be Returned
  "A  Return All Statuses
  l_request_status  = 'N'.
  l_status_mail     = 'N'.
  "Set that you don't need a Return Status E-mail
  TRY.
      lr_email->set_status_attributes(
              i_requested_status = l_request_status    "E=suppress read receipt N=suppress also in SOST
              i_status_mail      = l_status_mail ).
    CATCH cx_send_req_bcs .
  ENDTRY.
    TRY.
        lr_receiver = cl_cam_address_bcs=>create_internet_address( l_mail_address ).
      CATCH cx_address_bcs .
    ENDTRY.
    TRY.
        lr_email->add_recipient( i_recipient = lr_receiver ).
      CATCH cx_send_req_bcs .
    ENDTRY.
  "If not imported create BCS sender from sy-uname
  IF i_sender IS INITIAL.
    TRY.
        l_sender = cl_sapuser_bcs=>create( sy-uname ).
      CATCH cx_address_bcs .
    ENDTRY.
  ELSE.
    l_sender = i_sender.
  ENDIF.
  "Set Sender
  TRY.
      lr_email->set_sender( l_sender ).
    CATCH cx_send_req_bcs .
  ENDTRY.
  "Send email directly
  TRY.
      lr_email->set_send_immediately( 'X' ).
    CATCH cx_send_req_bcs .
  ENDTRY.
  "Now send the mail
  TRY.
      l_send_result = lr_email->send( i_with_error_screen = 'X' ).
    CATCH cx_send_req_bcs .
  ENDTRY.

I also had this problem with the Oracle HTTP Server and mod_plsql install.
I battled with this for a while, I manged to get the images displayed etc.. by adding the following directive in httpd.conf
<Directory "/yourpath/Apache/Apache/apex/images/">
allow from all
</Directory>
Still playing around with it - perhaps I need to dig further/security rules etc..
But at least its something.

Similar Messages

  • Translation from CS5 to Cloud doesn't  work correct, navi and linked images are broken.

    Translation from CS5 to Cloud doesn't  work correct, <navi> and linked images are broken.
    The data of CS5 was created at another PC. I installed Cloud version into two different PC. One has had the site data since dreamweaver CS5 and it works correct in Cloud version. Another PC got the site data from remote server and it doesn't work correct. <navi> and linked image are broken.

    Another PC got the site data from remote server and it doesn't work correct. <navi> and linked image are broken.
    This implies your site is not properly defined in DW.  Go to Site > Manage Sites.
    Or simply go to your other installation of DW and export the site definition file from Manage Sites.
    Save it to a flash stick or other removable drive.  Then import the STE file into your 2nd installation of  DW.
    Nancy O.

  • After Upgrading to iOS 8.1 text images are broken

    After upgrading to iOS  8.1 my pictures within the text I sent prior to upgrading are showing as broken links.  I can see pictures that were sent after upgrading just fine but the ones seen before upgrading are broken as can be seen in the attached images. 

    hey guys, it's same with me.. idk what's is wrong with it.. my battery only provide for 5 hours from full until its dead.. i tried to minimize all application and turn off everything likes location service. etc but its still not working,, please fix this Apple idk how to using my iphone 4s again, it's *****

  • Sliced Images are Broken after Converting HTML into a PDF

    I am trying to create a PDF of a webpage and after Acrobat converts it, the page is broken apart in multiple pieces. I noticed that this is happening to images that are sliced. Does anyone know how to prevent this from happening?
    Thanks!

    Just to clarify, I only want a PDF image of the web page -no functionality of it. The equivalent of a "print-screen" of the page without the IE window/toolbar etc. I need to have it in PDF format for printing purposes.
    ASP code is also appearing in the PDF and I don't want this to occur.
    Ver: Adobe Acrobat Professional
    OS: WinXP Professional

  • Images are broken and duplicate pages aren't loading?

    Hello,
    This is probably a really noobish problem. I've been working happily on Dreamweaver CS3 all day and had no problems.
    Just gone to make a new html page and when copying over AP Divs and containers that hold images the images end up broken, despite the location not changing at all. My other pages holding the same images do not show broken links, either. When I replace the image with itself, it works, however I have a lot of images and they dont always click into the exact place I want them, hence copy/pasting in the first place. The worst part is until I made this page it wasn't broken for everything else I was working on!!
    I'm having to duplicate pages instead, which is really not helpful.
    I am not trained in coding, I am a designer, and I want to keep this site as simple as possible as I have to manage it all. My knowledge is limited to modest amounts of html and CSS.
    Thank you!!
    Below: What the page looks like, highlighting the top div and copying it to the new page, where I paste it and it becomes broken.

    Ditto,
    As you have created a brand new file from scratch and not saved it yet, the relative links from the rest of the site will not work. You need to save the file in the same location as the other HTML files. You should also have your site defined in Dreamweaver which will help keep you right.
    As a side note, you will find it much easier to save over a previous file and just rename. That way you don't need to keep re-linking files etc.

  • After Update from 5 to CC my Lightroom doesn't import the raws of Canon 5d mark III. All imported images are broken. What can i do?

    Hi,
    after the Update the import of CR2-Files doesn't worg correct.
    What can i do?
    Best regards.
    Jürgen

    You could check the settings for your monitor profile or use a system setting for sRGB. See if this link helps:
    How do I change my monitor profile to check whether it’s corrupted? - The Lightroom Queen

  • Image links broken when creating a page from template

    I have created a page in dw cs4 and saved it as a template. I have a navigation bar in a div tag. The image renders great in the template. I save the template. I go to File>New>PagefromTemplate and choose the template. I save the page as index.html. The links to the navbar images are broken. I can see the difference in the code, but I don't know why it's changing the code. I know it's just a simple link problem, but I don't know how to fix it and I don't understand why the code is changing. I have made the links relative to the document, and have gone through other settings and solutions on this forum and nothing fixes it. Any help would be most appreciated.
    Here is the code for the template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- TemplateEndEditable -->
    <link href="../pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="../swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="../index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- TemplateBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"></div>
    <!-- TemplateEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    </html>
    Here is the code for the index.html page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/pennyhillbasichomenav.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- InstanceEndEditable -->
    <link href="pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- InstanceBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"><script type="text/javascript" src="v3flashslideshow/slideshow.js"></script>
    <!-- Begin XML Flash Slideshow v3 -->
       <script type="text/javascript">
    // <![CDATA[
    XMLFlashSlideshow_v3({swf:'v3flashslideshow/slideshow.swf',w:'315',h:'350',redirect:'',us ePreloader:'true',xml:'v3flashslideshow/slideshow_data7.xml',preventCache:'true',disableMu ltipleXML:'false',initXML:'%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%3Cslides how%20version=%223%22%3E%0A%20%20%3Cstyles%3E%0A%20%20%20%20%3CPreloader%20label=%22Loadin g%20%7BN%7D%2525%22%20iconColor=%22#666666%22%20iconAlpha=%2270%22%20iconWidth=%2250%22/%3 E%0A%20%20%20%20%3CPreloaderLabel%20font=%22Verdana%22%20size=%2210%22%20color=%22#666666% 22%20bold=%22false%22/%3E%0A%20%20%20%20%3CBackground%20backgroundColor=%22#FFFFFF%22%20ba ckgroundAlpha=%22100%22%20bevelColor=%22#FFFFFF%22%20bevelStrength=%2270%22%20borderWidth= %220%22%20borderColor=%22#FFFFFF%22/%3E%0A%20%20%20%20%3CLoaderAnimation%20type=%22circle% 22%20color=%22#FFFFFF%22%20alphaBackground=%2220%22%20alphaInner=%2240%22%20frameWidth=%22 2%22%20width=%2250%22%20height=%2250%22/%3E%0A%20%20%20%20%3CDataLoader%20useAnimation=%22 true%22%20useLabel=%22true%22%20labelPlacement=%22bottom%22%20fadeOutDuration=%22400%22%20 textFormat=%22loader_text%22/%3E%0A%20%20%3C/styles%3E%0A%20%20%3Clocalization%3E%0A%20%20 %20%20%3Ctext%20orig=%22Loading%20Data...%22%20local=%22Loading%20Data...%22%20desc=%22The %20label%20displayed%20while%20data%20file(s)%20are%20being%20loaded%22/%3E%0A%20%20%3C/lo calization%3E%0A%20%20%3Cfonts%3E%0A%20%20%20%20%3Cfont%20id=%22loader_text%22%20name=%22P ixelade%22%20embed=%22true%22%20size=%2213%22%20color=%22#666666%22%20bold=%22false%22%20s electable=%22false%22%20align=%22left%22/%3E%0A%20%20%3C/fonts%3E%0A%3C/slideshow%3E'});
    // ]]>
       </script>
       <!-- End XML Flash Slideshow v3 --></div>
    <!-- InstanceEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    <!-- InstanceEnd --></html>
    Here is a link to the site:
    http://www.pennyhillfurnishings.com
    Any help would be most appreciated. Thanks.

    Ok, I figured this one out, finally. I had my navbar image files in a folder in the Templates folder. I found, buried deep in another thread about something else, that DW doesn't like anything else to be in the Templates folder except the Templates files. So I put the Navbar folder on the root level, out of the Templates folder, and the page is rendering perfectly in Firefox, Safari and IE on Mac and PC.

  • Mail Downloading Junk Mail Images

    I wrote Apple for product feedback, but I wanted to bring awareness to this group - so that other could experiment and complain as well.
    I don't know about most people, but I find it completely unacceptable that junk mail images are showing up in my Spotlight searches. I came to discover this when I used the "Yesterday" Search For feature in the new Finder. To my surprise I was viewing thumbnails of several XXX interracial sex scenes. When I investigated where on Earth they came from -- it turns up they were in the Mail attachments folder. They came in and were saved to my hard disk from junk mail. It seems insecure (to me) to be accepting junk mail images and saving them to the hard disk. Not to mention the embarrassment if a college or someone saw that on my laptop!
    I am not quite sure how it's happening ... because I know if you view a junk mail it gives you the option to load images, but somehow they're getting saved down nonetheless.
    Has anyone else seen this behavior?

    That only applies to remote images in emails.
    If the images are included in the email as an attachment, then there's nothing to load.
    There's no real problem here, except for the annoyance of spam images showing up in Spotlight.

  • Display image in html mail

    I was recently sent an email that used an HTML stationery wih several photos embedded in it.  The email opens normally, but all of the images are icons, displaying file name and size.  If I click the icon, the image opens correcly in a separate window. 
    I am running OS X 10.7.3 and Mail 5.2 (1257) and have checked "display remote images in html email" in preferences.  A friend with identical software versions receives the same email and the photos are visible in the original email. Suggestions?

    No-one replied, but I found a solution on another board. Run Terminal (do a Spotlight search if you don't know where to find this), and type: (or copy and past the next line)
    defaults write com.apple.mail DisableInlineAttachmentViewing -bool false
    This will force Mail not to disable inline attachment viewing. Obviously, to reverse this, simple replace 'false' at the end with 'true'.
    Thanks to Louise101 from July 2011 for posting this.

  • Using Safari to send HTML Mail message but Mail keeps dropping images?

    I'd like to use Safari to send html Mail messages, but when I click on File>Mail Contents... Mail opens a new window but my graphics are gone. (I'm creating the html pages using MS Word for the Mac.) I get a flash of the graphics for a second, and then they are replaced by a little blue lego. Any ideas? I've tried all kinds of mail preferences but nothing seems to help.

    Figured it out (at least one way): had to load the image to a server and then add the image as a link only (uncheck "save picture with document" box).

  • Background html images sending an HTML mail

    Hello:
    I'm sending a mail with html format, and i need the images are embebed in the mail.
    I send its like an Attachment, and reference its whith cid:"..." and it works fine while the image isn�t the background, but I need send an html document with an image in background!!!
    Somebody can help me? Its Urgent!
    Any idea its appreciated. Thanks.

    Yes, there is the code:
    Properties props = System.getProperties();
    //props.put("mail.smtp.host","servidor2000.galia.e-netfinger.com");
    props.put("mail.smtp.host",varParametros.varCorreoSaliente);
    Session session = Session.getDefaultInstance(props);
    Message message = new MimeMessage(session);
    InternetAddress from = new InternetAddress(varParametros.varFrom);
    InternetAddress to[] = InternetAddress.parse(varParametros.varTo);
    message.setFrom(from);
    message.setRecipients(Message.RecipientType.TO,to);
    message.setSubject(varParametros.varSubject);
    Multipart multipart1=new MimeMultipart("alternative");
    BodyPart htmlpart=new MimeBodyPart();
    htmlpart.setContent(varCorreo,varContentType); //varContentType=text/html
    MimeMultipart multipart = new MimeMultipart("related");
    multipart.addBodyPart(htmlpart);
    for (int i=0;i<varCCorreo.varFicheroAdjunto.size();i++){
    BodyPart messageBodyPart = new MimeBodyPart();
         CFicheroAdjunto varCFAdjunto=((CFicheroAdjunto)(varCCorreo.varFicheroAdjunto.elementAt(i)));
         DataSource source=null;
         if (varCFAdjunto.varNombre.toLowerCase().endsWith("jpg") ){
         source=new ByteArrayDataSource(varCFAdjunto.varFile,"image/jpeg");
         }else if (varCFAdjunto.varNombre.toLowerCase().endsWith("gif")){
         source=new ByteArrayDataSource(varCFAdjunto.varFile,"image/gif");
         }else{
         source=new ByteArrayDataSource(varCFAdjunto.varFile,"application/xxx" );
         messageBodyPart.setDisposition(Part.ATTACHMENT);
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName(((CFicheroAdjunto)(varCCorreo.varFicheroAdjunto.elementAt(i))).varNombre);
    messageBodyPart.setHeader("Content-ID","<"+varCFAdjunto.varNombre+">");
    multipart.addBodyPart(messageBodyPart);
    }//end for
    // Put parts in message
    MimeBodyPart mbp = new MimeBodyPart();
    mbp.setContent(multipart);
    multipart1.addBodyPart(mbp);
    message.setContent(multipart1);
    Transport.send(message);
    And in my html code I get:
    <body background="cid:name.jpg">
    Please, I need help!!

  • Mac Mail has problems to display HTML embedded images

    Well Im new here , but have a real problem.
    I create  HTML pages with embedded images and send them off as MIME/multipart etc. mail through active server pages.
    So far so good. All PC users see the mails with 2 embedded images at correct positions using windows e-mail .
    However all Mac users receiving this mail have a problem,  then MAC mail show embedded images just as a box , the 2 images become attachements of the email.
    If a PC user forwards such a  received HTML e-mail to a MAC user , the MAC Mail sees the 2 images are correctly displayed.
    Thanks for hints and comments .

    Hello BDAqua
    Thanks for the dump hint - I could use it.
    Well I have not been able to track down the exact cause of the problem, but at the end I have succeeded to see the pictures even on the Mac. Initially , because I tested the HTML code against Safari/Foxpro/IE9 with success and the PC's received it as a mail  perfect with the pictures , I ruled out the code.
    After sending it with various different parameters for 7-bit coding , multipart/alternative; multipart/mixed, with and without alternative ascii-text body, etc. and having no change of the problem (in one instance Mac stuck the pictures at the end of the mail instead of having it as attachement - but never displayed inside the page) I thought about the HTMLcode again (the mail small but was consisting of a cluster of multi nested tables, where in the pictures where placed). I started from scratch with one simple table and one picture - and saw it also on the Mac, so repeated reconstruction every table layer and picture with testing each step again - and at the end - it worked all. So my conclusion is that the mentioned browsers and windows mail are made more HTML fault tolerant for little code mistakes than mac mail.  It seems that when forwarding the page from windows-mail to Mac mail , windows even corrects and thats why then it was seen ok on the Mac.
    I think that a number of people had similiar experiences. I contacted one advertising company (all Mac freaks and only Mac's there, they do a lot of Internet/Intranet design and develeopments for large companies) and asked them wether they know of any hints or problems - they simply said forget it it's not possible - which is not true - but seeing the HTML correct in all browsers doesn't mean it might ok for the mac mail.
    Well any way I now know where I am and know where to look if suddenly a picture is not shown anymore...
    Thanks for the help and all the best.
    Rgds
    peter

  • Mac Mail HTML Stationery - Image Drop

    Hello,
    I'm hoping someone who has a bit of experience developing Mac Mail Stationery templates might be able to help me. I have created my own template based off of a copy of an existing template and am running into some issues, particularly with 'Drag and Drop' images. I have a placeholder within the template that can be changed as appropriate within Mac Mail (by just dragging the image in.) My problem is that I cannot figure out how (or what) controls the scaling of this object. The images that I have tested (that range in size) seem to crop off and do not rescale to the size of the mask. Is there a way to control how these images drag in or make them scale to the best fit of a bounding box? I can't figure out how or what the images scale to and am not very familiar with the variables involved here. Is this something that is impossible to do? ANY advice or thoughts would be greatly appreciated. Please let me know if I can provide any additional information.
    Thank you!

    My HTML / CSS skills are pretty limiting but if there are any resources out there that someone can recommend that address this, please let me know. I copied one of Apple's html templates and then resized & redesigned as needed. The html code is listed below. I also listed the file called 'description.plist' which seems to control the dimensions of my drop space view (but not the size). Please let me know if you were looking for something different.
    html :
       Hello,
    Disclaimer
    description.plist :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>Background Images</key>
        <array>
            <string>bg_pattern.jpg</string>
            <string>letter_bg.jpg</string>
            <string>lbg.jpg</string>
            <string>rbg.jpg</string>
        </array>
        <key>Composite Images</key>
        <array>
            <dict>
                <key>Base Image</key>
                <string>banner.jpg</string>
                <key>Composite Name</key>
                <string>Photos</string>
                <key>Masks</key>
                <array>
                    <dict>
                        <key>Drop Zone Angle</key>
                        <integer>0</integer>
                        <key>Drop Zone Offset</key>
                        <array>
                            <integer>50</integer>
                            <integer>15</integer>
                        </array>
                        <key>Drop Zone Size</key>
                        <array>
                            <integer>550</integer>
                            <integer>735</integer>
                        </array>
                        <key>File Name</key>
                        <string>Mask1.png</string>
                        <key>Placeholder Image</key>
                        <string>placeholder.jpg</string>
                    </dict>
                </array>
                <key>Overlay Image</key>
                <string>Shadow.png</string>
            </dict>
        </array>
        <key>Folder Name</key>
        <string>Formal Invite.mailstationery</string>
        <key>HTML File</key>
        <string>content.html</string>
        <key>Images</key>
        <array>
            <string>logo.jpg</string>
            <string>tbg.jpg</string>
        </array>
        <key>Stationery ID</key>
        <string>3BE26193-DC96-4092-9A49-C67CB374AE63</string>
        <key>Thumbnail Image</key>
        <string>thumbnail.png</string>
    </dict>
    </plist>

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • Some of the images are not showing up on my Blogger blog even though the HTML is there. They do show up in Opera.

    Here is the link to the blog post -
    http://happyholidays-blog.blogspot.com/2010/09/welcome-to-trick-or-treat-street.html
    Three days ago I went to a post from last year and an image was gone. The code was there but not the image.
    It doesn't get rid of all the images just certain ones and they are consistently gone. It is not a random deletion of images.
    I have had images not show up on other blogger sites.

    See http://kb.mozillazine.org/Images_or_animations_do_not_load
    It is possible that you clicked "Block Images" in the right click context menu while trying to save an image.
    Check the image exceptions: Tools > Options > Content: Load Images: Exceptions<br />
    See [[Options window - Content panel]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Open the <i>Media</i> tab of the "Page Info" window.
    *Select the first image and scroll down though 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.

Maybe you are looking for