correo
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user