Thanks for your reply, but I have tried the following with no success:
$Content = $Name;
$Content = "\n" . $Address;
$Content = "\n\r" . $Address;
$Content = "\r\n" . $Address;
I know it can be done with a Perl cgi script, since the form handler in service now does produce the results I'm trying to match.
Perhaps it can't be done in PHP? That would be a shame, because I really would like to migrate to PHP for my scripting.