It doesnt seem to work, when I submit and I get the email there are no line breaks where I put the \r\n
I'm mailing the variable $pspackdetails before which I have a replace function:
$pspackdetails = ereg_replace("-c-", "\r\nCode: ", $pspackdetails);
$pspackdetails = ereg_replace("-d-", "\r\nDescription: ", $pspackdetails);
$pspackdetails = ereg_replace("-s-", "\r\nSize: ", $pspackdetails);