mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix caratteri rimossi dal body per invio newsletter dalle schede
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user