Good afternoon,
I'm working with dynamics 365 and I have a problem with the signature... Not forcely the OOTB signature, it could be any type of signature.
We would like to have a clickable image (that links with our site).
My idea was to make a script that at the sending, catch the mail and add this custom signature. I cannot find how to do such things (maybe it's impossible)....
Does anyone have an idea to manage adding a clickable image as "signature".
Thanks a lot,
Sabrina
Thank you for your answer, finally I did it like this :-)
Good day,
I just tried something and it work, you could give it a try, I created a HTLM (code below) and added a href to the image, I then saved this to my email signature and when sent to me the image was clickable, for me this is the easiest way to achieve this.
The only think is that the image must be available online.
Below the code:
<!DOCTYPE html>
<html>
<head>
<title>Test Image Clicker</title>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<p style="text-align:left">
<br>
<span style="font-size:9pt;font-family:Arial, Helvetica, sans-serif;color:#646567">Kind Regards,</span> <br>
<span style="font-size:9pt;font-family:Arial, Helvetica, sans-serif;color:#646567">Christo Venter</span> <br>
<p>
<a href="{Add your link here}">
<img border="0" alt="Signature" src="{Add you image here}" width="100" height="100">
</a>
</p>
</body>
</html>
Let me know otherwise I could try a few more things.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,902 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156