From 946ba7f7692aadaed546a6c9440efadb877f3ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Correa?= Date: Thu, 17 Jun 2021 18:03:28 -0300 Subject: [PATCH] fix routes.php bad char --- src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.php b/src/routes.php index b7a6876..e984def 100644 --- a/src/routes.php +++ b/src/routes.php @@ -254,7 +254,7 @@ $app->group('/api', function($app){ 'Reply-To: ' . "clam2021@fing.edu.uy" . "\r\n" . 'Content-Type: ' . "text/plain; charset=UTF-8". "\r\n" . 'X-Mailer: PHP/' . phpversion(); - mail($data['email'], 'Registro exitoso CLAM2021', $mailbody, $headers);*/ + mail($data['email'], 'Registro exitoso CLAM2021', $mailbody, $headers); } $newres = $response->withJson($arrayresponse); return $newres;