Ok I have changed the content type as advised, still getting problems though, included a little error catch in the code to see if it is actually working before being sent out...
<?php
// multiple recipients
$to = 'james@********' . ', '; // note the comma
$to .= '********@hotmail.co.uk'...