Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
There doesn't seem to be any errors, or at least I didn't spot any.
Try these lines at the beginning of the PHP file and see if you get any errors to show up:
ini_set("display_errors", 1);
ini_set('error_reporting', E_ALL);
$message = $name . $nick . $gender . $age . $email . $about . $experience . $personality;
mail("example@example.com", "Subject", $message, "From: $email" );
echo $message;$message = wordwrap($message, 70);1 to 22 of 22