What is the definitive way to use Gmail with OAuth and Nodemailer?
问题 Desired Behaviour Use Gmail , OAuth2 and Nodemailer to send an email from a server side node.js file. What I've Tried Relevant Documentation https://nodemailer.com/smtp/oauth2 https://nodemailer.com/usage/using-gmail https://developers.google.com/gmail/api/auth/web-server Relevant Questions send emails from MY gmail account with OAuth2 and nodemailer How do I authorise an app (web or installed) without user intervention? https://stackoverflow.com/a/47936349 https://stackoverflow.com/a