Search code examples
node.jsnodemailer

Email is not working in Live only in Node.js


I'm using the node to send the email and it works fine in Local but when I upload on AWS instance it's not working.

To send the Email I'm using the Node Mailer which is very common so I'm not putting the whole code but I'm sharing the Link and the code is 100% the same.

I'm getting below Error in live only.

Note: I Enable the Google less secure app also.

Error Image


Solution

  • Finally I found the solution that It was related to AWS server config issue.

    In AWS, EC2 -> Security Group I open all TCP port and tried and it's working fine now.