Hi,
can anyone show me an example of sending email with hyperlink using UIPath?
Regards
Longda
Hi,
can anyone show me an example of sending email with hyperlink using UIPath?
Regards
Longda
Hello and welcome to the community.
In most of the activities to send email you have the option (Check in the properties pane) to say IsBodyHTML . Kindly check that option and send the content as HTML.
Hi Sowmyaleo,
I need to sample on how to use it… please refer to the attach error i am hitting, can help to resolve the issue?
Yes. Checking it will solve
Kindly enclose the contents within quotes and try. I think you can just do from “… ” . That should work.
Thanks everyone, it is resolved. the issue previously it is because there is
Previously the HTML code is:
UIPATH test emailHi,
Hi this is Test email from UIPATH
Click here
in order for the code to work need to change to below:
“UIPATH test email
Hi,
Hi this is Test email from UIPATH
Click here
”