Suppression protection body
This commit is contained in:
parent
6bb4c4ff2e
commit
338450a770
@ -31,7 +31,7 @@ function sendMail($sujet, $message, $from, $to, $cc = array())
|
||||
// Envoi du mail
|
||||
try {
|
||||
$body = $message;
|
||||
$body = preg_replace('/\\\/', '', $body);
|
||||
//$body = preg_replace('/\\\/', '', $body);
|
||||
$mail->MessageID = '<'.md5(date('YmdHis')).
|
||||
'@mail.scores-decisions.com>';
|
||||
$mail->AddReplyTo($from['email'], $from['name']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user