Inline/embed images in the email

Use this forum for all other questions regarding OpenEMM

Moderator: moderator

rkotari
Posts: 1
Joined: Thu Jul 16, 2015 9:36 pm

Inline/embed images in the email

Post by rkotari »

I am trying to introduce OpenEMM 2015 as a replacement for an existing system written in PHP. One of the features I am not able to demonstrate with openemm is the ablility to inline/embed images in the emails that are being sent out.

When I look at the generated email the difference between emm and the other system is in the img tag.

The existing tool generates the img tag as <img src=3D"cid:dae2af4c8823ffd586ae07b7381b7333" alt="Want" /> and this content id is part of the email that is generated
Content-Type: image/jpeg;
name=dae2af4c8823ffd586ae07b7381b7333
Content-ID: <dae2af4c8823ffd586ae07b7381b7333>
Content-Transfer-Encoding: base64

and emm generates the image as an absolute link to the server
<img src="http://localhost:8080/openemm/image?ci.... />
which main email servers are blocking from downloading the image

Is this a feature I am not able to configure or is this missing in the product? Ideally this should be a offline mode feature