RE: Message body reading from a file not giving new lines

"Chip [email protected] [blat]" <[email protected]> Wed, 31 May 2017 11:06:43 -0600
Newsgroups gmane.mail.blat
Message-ID <[email protected]>
If you use -superdebug option, you should see that Blat does include the carriage returns and line feeds.  The client program that reads your emails may well be the one to reformat the output you see.

If your debug output does not show the 0D 0A bytes for each original text line, then we may have something to look at in your text file.

Chip

<div>-------- Original message --------</div><div>From: "[email protected] [blat]" <[email protected]> </div><div>Date:05/31/2017  1:00 AM  (GMT-07:00) </div><div>To: [email protected] </div><div>Subject: [blat] Message body reading from a file not giving new lines </div><div>
</div>

Hello all, 
I am reading mail body from a text file. When blat sending an email, it is not giving new lines as it is in text file, instead it is appending everything. Here is my code, can any one help me here.


C:\Users\ramu\blat>blat.exe mailbody.txt -t [email protected] -f [email protected] -s mailbodysending  -server smtp.abc.com -debug 


mailbody.txt:

This one is using for testing new line with blat.
This one is using for testing new line with blat.
This one is using for testing new line with blat.


Actual Mail body:
This one is using for testing new line with blat. This one is using for testing new line with blat. This one is using for testing new line with blat.