From 99eb1a12270b56901e89b11a83c18c0c9c71c880 Mon Sep 17 00:00:00 2001 From: DanielRamirezGe Date: Mon, 3 Aug 2020 23:39:25 -0500 Subject: [PATCH] Rectificacion del correo --- routes/registro.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/routes/registro.js b/routes/registro.js index 19e4049..b6643fd 100644 --- a/routes/registro.js +++ b/routes/registro.js @@ -25,18 +25,19 @@ async function sendEmail( destination ) { to: `"${destination}"`, // list of receivers subject: "Registro Exitoso Hackaton UNAM-AWS 2020", // Subject line text: `Tu registro se ha realizado de manera correcta es importante que considere el equipo la asistencia a las siguientes actividades + + Inscripciones 11 al 22 de agosto 2020 + Capacitación 5 de agosto al 10 de septiembre 2020 - Hackaton 11 al 12 de - septiembre 2020 + Hackaton 11 al 12 de septiembre 2020 - Presentación proyectos - 13 de septiembre 2020 + Presentación proyectos 13 de septiembre 2020 Premiación 13 de septiembre 2020 Una vez inscrito, se compartirán más detalles ¡Preparte!.`, // plain text body - html: "Hello world?", + }); console.log("Message sent: %s", info.messageId);