Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 747 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

11 lines (8 loc) · 747 Bytes

Include the following information with your issue:

  1. Nodemailer version you are having problems with (eg. v1.3.7)
  2. Node.js version you are using (run node -v to see it, eg v5.5.0)
  3. Your operating system (eg. Windows 10, Ubuntu 14.04 etc.)
  4. Nodemailer configuration settings
  5. If possible, include a minimal test case that can be used to verify your issue (link to a gist would be great!)

If you are having problems with Gmail, then make sure you have read this post before filing your issue: https://nodemailer.com/usage/using-gmail/

"SyntaxError: Unexpected token ..." – check your Node.js version, it must be at least v6.0.0. If you do have Node.js v6 or later installed then check if you have multiple Node versions installed.