This commit is contained in:
DanielRamirezGe
2020-03-05 21:29:14 -06:00
parent 8d5d778474
commit 9670fff65e
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ app.post('/datos_personales', async(req, res) => {
await sendmail({
from: 'conversatorios.asinea2020@fa.unam.mx',
from: 'asinea103@fa.unam.mx',
to: `${n_correo}`,
subject: `${encabezado}`,
html: `${msj}`,
@@ -288,7 +288,7 @@ app.post('/datos_personales', async(req, res) => {
await sendmail({
from: 'conversatorios.asinea2020@fa.unam.mx',
from: 'asinea103@fa.unam.mx',
to: `${n_correo}`,
subject: `${encabezado}`,
html: `${msj}`,