prueba email
This commit is contained in:
+3
-3
@@ -18,14 +18,14 @@ try{
|
||||
port: 587,
|
||||
secure: false, // true for 465, false for other ports
|
||||
auth: {
|
||||
user: 'ne.castillo1607@gmail.com',
|
||||
pass: 'dardoloco..'
|
||||
user: 'editoriales@acatlan.unam.mx',
|
||||
pass: '3d1t0r14l35@2019'
|
||||
}
|
||||
});
|
||||
|
||||
let mailDetails = {
|
||||
from: `${nombre} from ${correo} <${correo}>` ,
|
||||
to: 'ne.castillo1607@gmail.com',
|
||||
to: 'editoriales@acatlan.unam.mx',
|
||||
subject: 'Portal Contacto',
|
||||
text: `
|
||||
Usuario: ${nombre}
|
||||
|
||||
Reference in New Issue
Block a user