I’m working on a workflow to send out a specific email to enduser after the account is created.
In the email, I need to include a vmware link, the format is like vmware-view://view.internaldomain.xxx.corp/cn=xxxxx,ou=xxxx,dc=xxx
In the email body, I have it wrapped with html code <a href="vmware-view://view.internaldomain.xxx.corp/cn=xxxxx,ou=xxxx,dc=xxx">link</a>
.
However, in the email that got sent out, the hyperlink is removed and people only see the normal text link
, not clickable, and no hyperlink.
I tested with an https link, and it works all fine. Does the SailPoint engine block and remove the vmware-view protocol links ?
reference: