mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 14:39:28 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
887aaab123
@ -324,7 +324,7 @@ elseif (post('op') == 'send-email') {
|
|||||||
|
|
||||||
// Contenuti
|
// Contenuti
|
||||||
$mail->subject = post('subject');
|
$mail->subject = post('subject');
|
||||||
$mail->content = post('body');
|
$mail->content = $_POST['body']; // post('body', true);
|
||||||
|
|
||||||
// Conferma di lettura
|
// Conferma di lettura
|
||||||
$mail->read_notify = post('read_notify');
|
$mail->read_notify = post('read_notify');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user