How to add mailbody text as bold and with linebreaks

Hi,

I have a robot that should send emails to our clients. I cannot use the Email-activities as we have an add in to our Outlook. So I have to go to Outlook, click on New Email and make the robot click To, Subject, Body and past the correct value and then click Send.

The problem I have is that I want the Body to have a bold “Title” and then a linebreak and then some other text.
I tried to use Set to clipboard (as there is quite a lot of text) and then use Send Hotkey to the right place in the email. But I cannot make that work with the Body, as I want the bold text.

Are there any way to make some text bold in the body in any other way? Is there a workaround?
I also need to put in a variable in the text with a date that we add in another variable.

Kind regards,
Anna

Hi Anna, you can’t even use Outlook activities?

what add-in do you have in your Outlook ? Also you can microsoft exchange available then you use SMTP or Outlook365 for automating email.

Hi @ahaegglund ,
You can try send outlook mail as HTML body


bold is your text
linebreaks is

regards,

Hi @ahaegglund

After using Set to keyboard activity try using this way
=>Send Hotkey: Ctrl+V (Paste)
=> Send Hotkey: Ctrl+A (Select All)
=> Send Hotkey: Ctrl+B (Bold)

Hope it helps!!
Regards

I decided to do a workaround. I have the text in word, and the robot goes to the word document and copy the text and then past it to the outgoing email

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