<div dir="ltr"><div><div><div><div><div><div>I have a perl script that reads a flat file and sends it's contents in a text email via Mime::Lite. It works great except when there are whitespaces that need to be preserved for alignment. For example, If I have the following lines in the flat file<br><br></div>James Brown 123 Washington Ave Philadephia PA<br></div>Kim      Smith  12 5th Ave                   New York     NY<br><br></div>In the received email the look like this.<br><br>James Brown 123 Washington Ave Philadephia PA<br>Kim Smith 12 5th Ave New York NY<br><br></div>I have also tried converting the email to HTML which does not help. Any ideas what approach I should take into order to get these messages to format correctly?<br><br></div>Thanks.<br><br></div>Richard<br></div>