Workflow action "Send a email message" : Outlook display

With this action (see image), I end up with a non-clickable link in the web version of outlook (while the iPhone version it works), you know why?!

0
3 comments
Official comment

Hi Nicolas Aubry,

The link gets sent as plain text now - apparently, iPhone detects URLs in text automatically. To make the URL a clickable link, you need to use HTML formatting in the email body like this:

<a href="link URL">link text</a>

It'll look like this in the constructor:


Thank you very much. Do you know how it would be possible to have the visualization in the mail when sending the "description" field the images (videos are certainly too big) instead of having the markdown code?

0

There's no way to do this at the moment, but a corresponding feature request is registered in our tracker: https://youtrack.jetbrains.com/issue/JT-24494/Notification-templates-and-email-formatting-in-Workflow. Feel free to vote for it by clicking the thumbs-up icon in the top right corner!

1

Please sign in to leave a comment.