$variable = $_POST['usuario'];$mensaje = "Gracias por realizar su pago: ".$variable;mail(.......$mensaje,....);