Notepad text not available in good manner?

HI @Team

Hi @ddpadil @arivu96 @Dominic @shankm @vvaidya

For sending a mail i need to default message so for that i have use read text file control i typed the few lines of messages in notepad and i have attached

i wan to get as like this see below:
image

But i am getting as :
all line in same line itself "Hi Team,For the current month we are calculating the calculation plans.Please find the attachment of screenshot for current Period.*** This is an automatically generated email, please do not reply *** "
Like this
why ?

what i need to do?

Regards
RaviDevaraj

Hi @RaviDevaraj,

Format it as html forrmat instead of plain text format

Regards,
Arivu

Hi @arivu96
i cannot able to get you

in Format menu two options are there : image

in these we need to do anything ?
Regards
RaviDevaraj

Hi @RaviDevaraj,

<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Hi Team,<p>
<p>For the current month we are calculating the calculation plans.</p>
<p>Please find the attachment of screenshot for current Period.</p>
<p>*** This is an automatically generated email, please do not reply *** </p>

</body>
</html>

Check IsBodyHtml Property
Regards,
Arivu

Hi @arivu96
i check that property is mark as tick see the screenshot
were i can use this html code?


Regards
RaviDevaraj

In the notepad you just copy this content and paste it there.

Regards,
Arivu

Hi @arivu96
Great, got the correct way of output

Thanks and Great Help .
Regards
RaviDevaraj