Code:
$recip = 'marcie@titletownrelocation.com' . ', ';
$recip .= 'jason@idistillery.com';
$recip .= 'service@eratitletown.com';
Should there be another comma in the second line to separate the last two addresses?
If not are you able to get the error reurned from the mail() function, or check the logs on the Zimbra server at the time you process the form?