Image in an email body via safelink() method.

Certified Associate Developer

Hi, 

I'm trying to create an email template for outlook using the following code snippet, 

a!safeLink(
  uri: concat(
    "mailto://",
    ri!email,
    "?subject=",
    "Random Text",
    "&cc=",
    "abc.com",
    "&Body= Hello",
    
  )
)

I have to add the company logo in the signature of the email body, can someone please let me know if this is possible? If so, direct me on how to do implement this. 

Thanks in advance. 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data