<?php 

$command = escapeshellcmd('/home/bcc/scaroni/mailtrack/mail.py');
$output = shell_exec($command);
echo $output;

?>
