You are missing a closing single quote after your $username. Try this:
WHERE touser='$username'");
Also, you need a link identifier, which is probably in your include file:
$sql_username_check = mysql_query("SELECT touser FROM mail WHERE touser='$username'", $my_connection);