Hi All
I have a prolem sending email via PHP using the mail function.
I have a message which is stored within a MySQL database table/field. This message have three lines of text with a blank line in between.
For some reason when viewed through a mail client there two additional CR/LF added. WHY????
Also how do I send an email via PHP in a RTF or HTML format or is the format decided by the mail client at the other end, such as Outlook.
Thanks in advance.
BB