a year ago
Email sending failed with an error: Error: Missing credentials for "PLAIN"
3 Replies
a year ago
basically in the backend there is a process where when a new user is registered, an opt email is sent to the user with a code. so far this is not working and what I am getting is this
Email sending failed with an error: Error: Missing credentials for "PLAIN"
at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:798:19)
at SMTPConnection.login (/app/node_modules/nodemailer/lib/smtp-connection/index.js:452:38)
at /app/node_modules/nodemailer/lib/smtp-transport/index.js:272:32
a year ago
This would be an issue with your application, not the Railway platform. Unfortunately we're unable to provide help for application-specific issues -- I'd recommend checking out other communities such as https://stackoverflow.com/ for general programming-related questions.
Status changed to Solved railway[bot] • 11 months ago