| Author |  | 
      
        | shemeri Newbie
 
  
 
 Joined: 25 October 2010
 Location: Denmark
 Online Status: Offline
 Posts: 4
 | 
          Hello,
           | Posted: 25 October 2010 at 3:14pm | IP Logged |   |  
           | 
 |  
 I have a problem with inserting images into mails in Afterlogic Webmail PHP.
 
 I found out that mails are sent with the following tag:
 
 <img src="attach.php...."
 
 no domain is inserted!
 
 How can I fix that?
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6167
 | 
          Well, those "attach.php..." sequences should be replaced with identifiers on sending, we're not sure why it doesn't work for you. Is the issue persistent or random? What's the version of the product you're using? Is it Lite or Pro?
           | Posted: 26 October 2010 at 2:25am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | shemeri Newbie
 
  
 
 Joined: 25 October 2010
 Location: Denmark
 Online Status: Offline
 Posts: 4
 | 
          well I really have no clue why it doesn't work. It doesn't replace!!
           | Posted: 04 November 2010 at 1:20pm | IP Logged |   |  
           | 
 |  
 I am using latest version afterlogic webmail lite.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6167
 | 
          Please check if the same issue persists with the Pro version. You can check this at Live Demo.
           | Posted: 08 November 2010 at 2:30am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | colins Newbie
 
  
  
 Joined: 16 April 2011
 Location: United States
 Online Status: Offline
 Posts: 5
 | 
          I found one cause of this to be Firefox and an image file name with spaces in it.  FF rawurlencodes this, but IE and Chrome don't.  When the time comes to replace the attach.php text with a CID line, the match fails for FF because the search string is not rawurlencoded.
           | Posted: 16 April 2011 at 10:07pm | IP Logged |   |  
           | 
 |  
 I hacked class_xmlprocessing.php to look for both the rawurlencoded version of the filename and the unencoded version and it now works.
 
 BTW, the demo PRO version has exactly the same problem.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6167
 | 
          Thanks for letting us know, I will check this with the developers ASAP.
           | Posted: 17 April 2011 at 3:07pm | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |