Forum Discussion

CarolMcconnell's avatar
CarolMcconnell
Qrew Captain
7 years ago

Show html link as image in email notification

I have an image which is an attachment in an open to everyone on the internet app.  I'm trying to add that image to an email notification but it show the link in the email and not the actual image.  How can I fix this?
  • Yes, here is one that I believe works

    "<img src=" & URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e282/v0' width='75' >"

    282 id the fid holding the file attachment.  Play with the width setting to set the width or replace width with height to set the height.