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

"ramu makkena [email protected] [blat]" <[email protected]> Fri, 2 Jun 2017 09:06:59 -0700
Newsgroups gmane.mail.blat
Message-ID <CANq_h+HUfN96iRHFp_YE6UHD+ChgEBnHiPEi7LiooYXyc0NGKQ@mail.gmail.com>
I just added one line space after each line while writing the content file,

which solved the issue as of now.


Best Regards,
Ramu
http://www.makkenaramu.com


On 31 May 2017 at 10:06, Chip [email protected] [blat] <
[email protected]> wrote:


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