Structuring an email in outlook with new line

Describe the problem/error/question

I am trying to have an email send out from the Outlook node,

It looks like this at the moment, and it doesn’t seem to register the new line when I type enter.

Here’s what I have in the email body section

Here’s what the output in the email looks like. I can’t seem to get the new lines to register.

I’ve tried using the AI assistant but it gives me this error.

Does anyone have any suggestions?

You have the Message Type set to HTML. HTML basically ignores normal whitespace. You could either…

  • Add a <br> tag into your message text wherever you want a new-line (or otherwise control the formatting using HTML tags).
    OR
  • Set the Message Type to Text (…but this might mess up the other content that appears to already be formatted using HTML).
2 Likes

@hubschrauber

Thanks so much! It worked :slight_smile:

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