setFrom( "noreply@nighthawksoftware.com");
$email->setSubject("[Demo Request] ITADCollect");
$email->addTo("gavin@nighthawksoftware.com", "Gavin Coates");
$email->addContent("text/plain", $data);
$email->addContent("text/html", str_replace("\n", "
", $data));
$sendgrid = new \SendGrid('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');
try {
$response = $sendgrid->send($email);
if($response->statusCode() == "202")
{
echo "
Your message has been sent - thankyou for getting in touch with us. We will aim to reply to you within 24 hours.
";
// LinkedIn Tag
?>

Your message faield to send. Please contact us using one of the methods below.
";
}
} catch (Exception $e) {
echo 'Caught exception: '. $e->getMessage() ."\n";
}
}
else
echo "
You didnt fill in the anti-spam value, or you entered it wrong. Are you a spammer? You rmessage has not been sent
";
}
?>
Request A Demo
We'd love to organise an online demo to quickly walk you through some of the key features of ITADCollect,
and show you how it could benefit your business.
Simply select a date that suits you best, send us your contact details, and we'll get everything set up for you.