Hello.
Firstly, you seem to have a line return at the end of the following line:
$EmailBody = "Profile: $builder$renovator$propertymanager$newhomebuyer\nN
// N and ame: should be on same line.
ame: $name\nCompany: $company\nEmail: $email\nAddress: $address\nCity: $city\nPhone:
this should sort one problem.
Also, when further looking at your code, you have an error on what will now be line 21 (after you have deleted the above line break):
if(($profile=="")||($name=="")||($phone=="")){
Remove ALL underscores ( _ ) from the above line or your script will fail when you execute it.
Hope this helps
Ayzee