From: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
---|---|
To: | Michael Fuhr <mike(at)fuhr(dot)org> |
Cc: | Derrick Betts <derrick(at)grifflink(dot)com>, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: lfcr with plpgsql |
Date: | 2005-03-09 11:07:27 |
Message-ID: | 3c3efcd2216e3654a6f75fcfaa512660@mail.nih.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
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(at)EvergreenMortgageInc(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | John DeSoi | 2005-03-09 13:58:31 | Re: QT3 Designer Pgadmin III and PgAccess Cannot connect to PostgreSQL 7.4 database |
Previous Message | Bruno Wolff III | 2005-03-09 08:41:44 | Re: Getting started - Interfacing questions |