OK, I think I found the issue with my php Mailer script. Not sure why, probably lazy copy and paste from some old code but the script contained both of the following:
$mail->IsSendmail();
$mail->IsSMTP();
I think I had issues with IsSMTP previously so I tried and used IsSendMail. This was...