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;