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?
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/