First – Why isn’t it set this way by default out “of the box”?
Second – I made the changes and it is still not working for me. Everything comes out in a long string with no paragraph breaks.
The code I have is the following:
$msg .= $field['label'] . ': ' . $appdata['data'.$id] . "\n" . PHP_EOL;
break;
case 'textarea':
$msg .= $field['label'] . ':' . PHP_EOL . $appdata['data'.$id] . "\n" . PHP_EOL;