I have deployed instance of my NodeJS application on docker container. The application is working fine except my Nodemailer module. Nodemailer is not sending emails as required. How can I solve this.
Asked
Active
Viewed 615 times
2
-
This is impossible to answer without seeing your code. Have you put any logging in to see what you are getting or where the application is stopping? – jcalton88 Nov 19 '16 at 07:52
-
I have this issue too – xechelonx Apr 14 '17 at 16:52