Mike_Hunt
05-19-2005, 08:24 PM
Hi,
My cron php script process outputs some information, which I receive in an email. If I view the email using a web-based mail reader (QuestMail) everything is fine, but when I view the email in Outlook, there dosen't seem to be any carriage returns or line feeds. I have tried all sorts of ways to make a line feed (chr(10), \n, \x0A) but nothing seems to work. I am using echo to output the information.
Has anyone seen this before, or any ideas what is going on?
Thanks!
My cron php script process outputs some information, which I receive in an email. If I view the email using a web-based mail reader (QuestMail) everything is fine, but when I view the email in Outlook, there dosen't seem to be any carriage returns or line feeds. I have tried all sorts of ways to make a line feed (chr(10), \n, \x0A) but nothing seems to work. I am using echo to output the information.
Has anyone seen this before, or any ideas what is going on?
Thanks!