• Hi,

    I'm trying to do an emailing application using WPtools. These emails maybe have some images in the header or in the footer. I want to send the email with these images embebbed in the Body, not in the Attach.

    All the examples I've found, the images are added in the html code like this:

    <div><font face="Arial" size=3><img src="img2.JPG" style="width:1.21in;height:1.21in;"/></font></div>

    But when you open the email, of course, the image is lost.

    Is it possible to encode the image file in MIME64 in a container?

    Thanks!!

  • Zitat von wpsupport

    Hi,

    Principially this is possible but WPTools does not yet do it.

    There is some code to decode embedded HTML.

    The feature will come later in WPTools 7.

    Julian


    Thanks.

    By now, it's enough if the images are attached. In Outlook the htm file are displayed successfully, but in gmail browser, the images are attached and not displayed with the text.