Question

Can I add a picture to the mail?

  • 27 October 2020
  • 4 replies
  • 333 views

Userlevel 5
Badge +8

Hello :)

 

 

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

 


4 replies

Userlevel 7

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>  

 

Userlevel 5
Badge +8

 

@anmise 

Thank you so much

 
Userlevel 7

 

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.

 

 

Userlevel 7
Badge +20

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

Reply