Send mail with hyperlink in the content

Dear all,

May I know if it is possible to send mail with hyperlink in the content, and how, thanks!

@li.yu

You need to build a HTML template for doing this
Also in the Send Outlook / SMTP mail activity you need to enable the IsHtml property

For building HTML template you can refer below

Hope this may help you

Thanks

1 Like

Hi @li.yu

Send the content using Html

By checking the Properties is body Html.

<!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>

Regards

1 Like

thanks all, I already know how to do this, I created a HTML template as mail content.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.