Hi team,
I'm sending Email in my process and in this email, i'm using Pictures.
It looks like LF change jpg (or else) to svg and that's a good point but in my Email, I didnt have the pictures.
How can I do?
Hi team,
I'm sending Email in my process and in this email, i'm using Pictures.
It looks like LF change jpg (or else) to svg and that's a good point but in my Email, I didnt have the pictures.
How can I do?
It depends on whether your email client supports SVG. If it does not, then the function won't work.
Thank you Rui Deng,
Finally, I uploaded my pictures on the web and just make a simple link.
Hi Oliver,
I'm trying to do what I think you were trying to do include a picture in the FORMS email task that was a hyperlink?
I have the same problem where the image does not appear in the email.
You mentioned uploading on the web and making a simple hyperlink. Can you elaborate on the code used to display the image stored on the web and make it a hyperlink please?
Thanks,
Ken
Hi Ken,
Step 1 : upload your picture on the web ; you can upload on your website using FTP or others like https://goopics.net/ , then get your picture's URL.
Step 2 : On your LF / Email => change your body to html
Step 3 : Use the code below to import your picture in your body.
<img src="http://yourURLPicture">
Step 4 : Back from HTML to VISUAL and check if you can see your picture.
Regards,
Thanks Olivier!