Hi;<br>I have the following line of code I'm sending to postfix:<br><br>  msg = 'A Message From %s:\n\n %s' % (string.replace(customer, '_', ' '), msg)<br><br>Unfortunately, it ignores the line breaks. I also tried %0A but that was ignored also. Please advise.<br>

TIA,<br>Suzie