Skip to main content
Question

Can I add a picture to the mail?

  • October 27, 2020
  • 4 replies
  • 425 views

ADNAN
Sidekick
Forum|alt.badge.img+8

Hello :)

 

 

Can I add pictures to the e-mails sent by the system?

 

4 replies

  • Superhero (Employee)
  • October 27, 2020

Hello :)

 

 

Can I add pictures to the e-mails sent by the system?

 

If you’re using HTML you can use a img src tag e.g.

 

  <img src="https://uploads-eu-west-1.insided.com/ifs-en/attachment/fa66a2b4-cffa-4533-bc8a-41c54e48ae1d_thumb.png" alt="Home" width="200" height="100"/></td>  

 


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Author
  • Sidekick
  • October 28, 2020

 

@anmise 

Thank you so much

 

  • Superhero (Employee)
  • October 28, 2020

 

There is a problem. The picture does not appear in the mail.Error message(The link does not appear. The file may have been moved, renamed, or deleted. Verify the link points to the correct file and location)I tested the sample you sent.

 

Works for me, so probably an issue with your outlook client/security setup.

 

 


dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • October 28, 2020

Hi @ADNAN 

 

Most mail clients are now blocking images in the src  tag. Alternate way is to embed the image as base64 in the email body. Please check the following forum article for an example code 

https://community.ifs.com/technology-infrastructure-cloud-integration-dev-tools-50/logo-in-email-signature-triggered-from-ifs-2484?postid=9224#post9224

 

Cheers!

Damith