diff --git a/actions.php b/actions.php index d8777dcf6..580c3aa1c 100755 --- a/actions.php +++ b/actions.php @@ -324,7 +324,7 @@ elseif (post('op') == 'send-email') { // Contenuti $mail->subject = post('subject'); - $mail->content = post('body'); + $mail->content = $_POST['body']; // post('body', true); // Conferma di lettura $mail->read_notify = post('read_notify');