in reply to Re: Pointers to formatting output
in thread Pointers to formatting output

thanks for pointers

I followed suggestion given by BrowserUk and was able to log action as per my requirements

Now when I mail this log using Net::SMTP module I do not get contents in same format as they are in log. I declared content-type to text in script

From log :

- Project : test_ch

- Product : test

Same log while sent as mail :

- Project : test_ch

- Product : test

Does any body know reason for this behaviour ?

/RamThen/