I put following settings into my server file, but console only gives generic error ERROR (payload): There is an error with the email configuration you have provided.
How can I find where the error is?
email: {
transportOptions: {
host: 'http://localhost',
auth: {
user: 'test',
pass: 'test',
},
port: 587,
secure: true,
tls: {
rejectUnauthorized: true,
},
},
fromName: 'admin',
fromAddress: 'info@vetvet.net',
},