Command normalizacion y avance envio de correo a usuario

parent 5e7c488f
......@@ -145,7 +145,7 @@ class ResearchController extends Controller {
$log->debug(" email:" . $email . " | umcId:" . $usuarioMcafee->getUmcId());
$envioEmail = EnvioEmail::enviarEmailV2($urlDescarga, $urlDesuscripcion, $email, $usuarioMcafee, null, 0, $asunto, $fromEmail, $fromNombreEmail, EnvioEmail::TIPO_UNITARIO, null, $log, $this->getContainer());
$envioEmail = EnvioEmail::enviarEmailV2($urlDescarga, $urlDesuscripcion, $email, $usuarioMcafee, null, 0, $asunto, $fromEmail, $fromNombreEmail, EnvioEmail::TIPO_UNITARIO, null, $log, $this->container);
$log->debug('enviando E-mail...');
if ($envioEmail) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment