Skip to content
Snippets Groups Projects
Commit f36a2394 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction bug sendDebug

parent 4f037f77
No related branches found
No related tags found
No related merge requests found
Pipeline #11998 passed
......@@ -1411,8 +1411,8 @@ class Siham
$mail = new Message();
$mail->setBody($body);
$mail->setFrom($config['debug']['from']);
$mail->addTo($config['debug']['from']);
$mail->setFrom($config['debug']['from'], 'Application OSE');
$mail->addTo($config['debug']['to']);
if (!empty($exception)) {
$mail->setSubject('Exception Siham' . ' / ' . $message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment