Mensajes de error de correos

This commit is contained in:
2024-07-03 11:28:40 -06:00
parent b035ca6243
commit 9d4e77f138
3 changed files with 8 additions and 2 deletions

View File

@@ -77,9 +77,10 @@ class MandaCorreos{
if($_ENV['DB_NAME'] == "paad_pruebas" || self::PRUEBAS){
$asunto = "PRUEBAS-".$asunto;
}
Mailer::enviarCorreo($to, $asunto, $texto, true);
return Mailer::enviarCorreo($to, $asunto, $texto, true);
}
return true;
}
}
?>