Update app/v1/utils/email.js

This commit is contained in:
André Almeida 2025-03-11 11:59:38 +00:00
parent 2f16b76f89
commit a73ec3ff6b

View File

@ -9,8 +9,8 @@ const transport = {
port: 587,
secure: false, // true for 465, false for other ports
auth: {
user: '1fa2f34cd54db1', // add user here
pass: '17ce8c3ba5fd65' // add password here
user: 'abc', // add user here
pass: 'xyz' // add password here
}
}