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
We created a HTML template for an email where we use this.In the HTML template we have a mailto link, which opens the email clients.You can pass variables in HTML templates by adding ###variable###