I using the php function mail() to send email from a script.
I have a form that allows email information to be entered and then sent to the recipient.
If I type a test message with the body as follows:
this is a test
this is a test
this is a test
When I receive the test email the body appears like this:
this is a test
this is a test
this is a test
Any ideas why the recieved email has extra lines where I only expect line returns?
Thanks.