develop #1

Merged
andrealmeida merged 2 commits from develop into main 2025-03-11 12:00:14 +00:00
Showing only changes of commit a73ec3ff6b - Show all commits

View File

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