1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 08:40:41 +01:00
This commit is contained in:
MatteoPistorello 2022-09-29 15:22:26 +02:00
commit 887aaab123

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