moors
22 March 2024 10:59
1
When createing a newsletter with both immages and text the immages are not included in the sent email, but are linked to. This can create the apearance of a pixel spy. For a reputable appearance in advertisement, we need the option to force all included material to be visible offline.
If a illustration / picture cannot be transmitted inline - this smells like data protection violation (or at least not clean)
seems to be a long pending issue ?
opened 02:34PM - 31 May 16 UTC
closed 01:12PM - 12 Feb 18 UTC
Type: Bug
Priority:Critical
Hi all. I'm running SuiteCRM 7.6.4. When you try to send an email from a saved e… mail template and it includes an image, this image is not sent inline but as an attachment. These are the steps to reproduce:
## 1) Create an email template:

## 2) Upload an image:

The image's URL is: index.php?entryPoint=download&type=Notes&id=1440fcd2-d94b-0e07-1b33-574d8f6a6536&filename=Koala.jpg
## 3) Now compose a new email, using this template, and send it:

## 4) The image is sent as an attachment, but not inline

The image is sent as an attachment, but not inline. Where the image should be, you can see the alt text (sample.jpg by default).
This is the HTML version of the email:
```
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0A<html>=0A<head>=0A</head>=
=0A<body>=0A<div class=3D"mozaik-inner" style=3D"font-family: Arial, Helvet=
ica, sans-serif; font-size: 14px; line-height: 22.4px; color: #444444; padd=
ing: 0px 30px; margin: 0px;">=0A<p style=3D"font-family: Arial, Helvetica, =
sans-serif; font-size: 14px; line-height: 22.4px; color: #444444; padding: =
0px; margin: 0px;"> </p>=0A<h1 style=3D"font-family: Arial, Helvetica,=
sans-serif; font-size: 24px; line-height: 38.4px; color: #444444; padding:=
0px; margin: 0px;">Add your headline here..</h1>=0A<div class=3D"mozaik-cl=
ear" style=3D"font-family: Arial, Helvetica, sans-serif; font-size: 14px; l=
ine-height: 22.4px; color: #444444; padding: 0px; margin: 0px; height: 0px;=
"> </div>=0A</div>=0A<div class=3D"mozaik-inner" style=3D"font-family:=
Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22.4px; color:=
#444444; padding: 0px 30px; margin: 0px;">=0A<table class=3D"mce-item-tabl=
e" style=3D"width: 100%; font-family: Arial, Helvetica, sans-serif; font-si=
ze: 14px; line-height: 22.4px; color: #444444; padding: 0px; margin: 0px;">=
=0A<tbody style=3D"font-family: Arial, Helvetica, sans-serif; font-size: 14=
px; line-height: 22.4px; color: #444444; padding: 0px; margin: 0px;">=0A<tr=
style=3D"font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-=
height: 22.4px; color: #444444; padding: 0px; margin: 0px;">=0A<td style=3D=
"font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 2=
2.4px; color: #444444; padding: 3px 3px 3px 0px; margin: 0px;"><img style=
=3D"font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height=
: 22.4px; color: #444444; padding: 0px; margin: 0px;" src=3D"cid:1440fcd2-d=
94b-0e07-1b33-574d8f6a6536&filename=3DKoala.jpg" alt=3D"sample.jpg" width=
=3D"130" /></td>=0A<td style=3D"font-family: Arial, Helvetica, sans-serif; =
font-size: 14px; line-height: 22.4px; color: #444444; padding: 3px 3px 3px =
0px; margin: 0px;">=0A<h2 style=3D"font-family: Arial, Helvetica, sans-seri=
f; font-size: 18px; line-height: 28.8px; color: #444444; padding: 0px; marg=
in: 0px;">Title</h2>=0ALorem ipsum dolor sit amet, consectetur adipiscing e=
lit. Etiam tempus odio ante, in feugiat ex pretium eu. In pharetra tincidun=
t urna et malesuada. Etiam aliquet auctor justo eu placerat. In nec sollici=
tudin enim. Nulla facilisi. In viverra velit turpis, et lobortis nunc eleif=
end id. Curabitur semper tincidunt vulputate. Nullam fermentum pellentesque=
ullamcorper.</td>=0A</tr>=0A</tbody>=0A</table>=0A<p style=3D"font-family:=
Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22.4px; color:=
#444444; padding: 0px; margin: 0px;"> </p>=0A<div class=3D"mozaik-cle=
ar" style=3D"font-family: Arial, Helvetica, sans-serif; font-size: 14px; li=
ne-height: 22.4px; color: #444444; padding: 0px; margin: 0px; height: 0px;"=
> </div>=0A</div>=0A</body>=0A</html>
```
Any help with this issue is appreciated. Thank you.