<div class="gmail_quote">On Mon, Nov 23, 2009 at 2:26 PM, Gary Herron <span dir="ltr"><<a href="mailto:gherron@islandtraining.com">gherron@islandtraining.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div>>>> print 'A Message From %s:\n\n %s' % ('someone','some message')<br></div>
A Message From someone:<br>
<br>
some message<br>
<br>
<br>
So...  *Exactly* what are you doing with msg, and *exactly* what is your evidence that line breaks are being ignored.  With that information, perhaps we can identify and solve the real problem you're having.<br></blockquote>
<div><br>First, it does in fact ignore all line breaks, not just double line breaks.<br>Here's what I'm doing:<br>session.sendmail(clientEmail, ourEmail2, header+msg)<br>The email sent out has the message sans breaks.<br>
TIA,<br>Suzie<br></div></div>