2

Sending mail via nodemailer using a google account working perfectly while running locally, but fails on server.

var smtpTransport = nodemailer.createTransport("SMTP", {
    service: "Gmail", 
    auth: {
        user: "my email ",
        pass: "my pass"
    }
});
Ankit
  • 520
  • 7
  • 21
  • try by using `nodemailer-smtp-transport` module http://stackoverflow.com/questions/34652481/node-mailer-errorunsupported-configuration-downgrade-nodemailer-to-v0-7-1-to – vineet Apr 28 '16 at 05:19

0 Answers0