Skip to main content
Best answer

Outlook Send Email - Formatting

  • 1 April 2020
  • 1 reply
  • 419 views

I am connecting excel and outlook ‘send email’, so that when an excel row is updated and email is sent from Outlook 365.

I am at the body section of the email and there seems to be no way to add clickable links or bold text. I have tried both the TEXT and HTML setting.

 

Can anyone help?

Best answer by AndrewJDavison_LuhhuBest answer by AndrewJDavison_Luhhu

Hi @NSLJo 

So, you’d need to set it to HTML mode and then provide the actual HTML for a link.

In that case it’s:

<a href=”https://www.google.com”>Google</a>

When the email is sent, the receiver would see that as a link.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

Hi @NSLJo 

So, you’d need to set it to HTML mode and then provide the actual HTML for a link.

In that case it’s:

<a href=”https://www.google.com”>Google</a>

When the email is sent, the receiver would see that as a link.