On Mar 8, 2005, at 9:33 PM, Michael Fuhr wrote:
> On Tue, Mar 08, 2005 at 07:06:57PM -0700, Derrick Betts wrote:
>
>> PERFORM
>> pgmail(\'Reminders@EvergreenMortgageInc.com\',email_1,\'Reminder
>> Notice\',Body,\'text/html\');
>
> If the MIME type is text/html and if the mail reader understands
> HTML, then it might be ignoring newlines when it formats the message
> for display. What happens if you use text/plain or if you put <br>
> at the end of each line?
>
Or use <pre>
Sean