fix routes.php bad char

This commit is contained in:
Germán Correa 2021-06-17 18:03:28 -03:00
parent 1f9193eee3
commit 946ba7f769

View File

@ -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;