$message.="<head><title>You created a new issue on board {$response->boardTitle}.</title></head>";
$message.="<body>";
$message.="<h1>You created a new issue on board {$response->boardTitle}.</h1>";
$message.="<p>Check out this <a href=\"".NC_SERVER."/index.php/apps/deck/#/board/{$response->board}/card/{$response->id}"."\">link</a> to see your newly created card.</p>";
$message.="</body>";
$message.="</html>";
mail($sender,'An issue has been reported!',$message,$headers);