Merge branch 'CrateLogin' of danielGe/hackApi into master
This commit was merged in pull request #3.
This commit is contained in:
+6
-5
@@ -25,18 +25,19 @@ async function sendEmail( destination ) {
|
|||||||
to: `"${destination}"`, // list of receivers
|
to: `"${destination}"`, // list of receivers
|
||||||
subject: "Registro Exitoso Hackaton UNAM-AWS 2020", // Subject line
|
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
|
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
|
Capacitación 5 de agosto al 10 de septiembre 2020
|
||||||
|
|
||||||
Hackaton 11 al 12 de
|
Hackaton 11 al 12 de septiembre 2020
|
||||||
septiembre 2020
|
|
||||||
|
|
||||||
Presentación proyectos
|
Presentación proyectos 13 de septiembre 2020
|
||||||
13 de septiembre 2020
|
|
||||||
|
|
||||||
Premiación 13 de septiembre 2020
|
Premiación 13 de septiembre 2020
|
||||||
|
|
||||||
Una vez inscrito, se compartirán más detalles ¡Preparte!.`, // plain text body
|
Una vez inscrito, se compartirán más detalles ¡Preparte!.`, // plain text body
|
||||||
html: "<b>Hello world?</b>",
|
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("Message sent: %s", info.messageId);
|
console.log("Message sent: %s", info.messageId);
|
||||||
|
|||||||
Reference in New Issue
Block a user