cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can I embed an image in a BLS email?

Former Member
0 Likes
267

Is it possible to include a chart (encoded image) in the body of an email sent from Xacute/BLS. I can send the image as an attachemnt but have not been sucessful in displaying the chart within the body of the email?

Is it possible, if so what syntax do I need to use?

FYI - we're still using v11.5.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Have you set the mime-type properly?

It may also be an issue with the e-mail client.

Are you trying to send it to a mobile device? A quick and easy solution is to create an HTML page appropriate for a handheld, and just e-mail the hyperlink.

Former Member
0 Likes

Try

 src="cid:attachment file name"

In the image tag in your email.

Former Member
0 Likes

But with a dynamically generated image, it does not have a file location. Also and more importantly, I don't have a file location to save it to that all the recipients (some are outside of the company firewall) have access to.

How does Outlook handle the file location issue when you generate an email with an image?