Re: lfcr with plpgsql - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: lfcr with plpgsql
Date
Msg-id 20050309023347.GA14125@winnie.fuhr.org
Whole thread Raw
In response to Re: lfcr with plpgsql  ("Derrick Betts" <derrick@grifflink.com>)
Responses Re: lfcr with plpgsql
List pgsql-novice
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?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From: "Derrick Betts"
Date:
Subject: Re: lfcr with plpgsql
Next
From: "Derrick Betts"
Date:
Subject: Re: lfcr with plpgsql