This commit is contained in:
MatteoPistorello 2022-09-29 15:22:26 +02:00
commit 887aaab123
1 changed files with 1 additions and 1 deletions

View File

@ -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');