Send Outlook Mail Message with a Hyperlink

Hi,

You can use the isHTML=true property of the Send Exchange Email Activity and post a full HTML there.
This worked for me.

Like the below example:

<!DOCTYPE html><head><title>UIPATH test email</title></head><body><p>Hi,<br/>Hi this is Test email from UIPATH<br/><a href="https://forum.uipath.com">Click here</a><br/><br/><p></body>
1 Like