AjayBhatta16 / grabify-clone

A clone of the Grabify IP logger built using Node.js
7 stars 2 forks source link

Fix nodemailer bug #13

Open AjayBhatta16 opened 2 years ago

AjayBhatta16 commented 2 years ago

Find an email server that works with nodemailer, and use that instead of the current Yahoo account. Uncomment the sendMail line in the '/:id' endpoint.

AjayBhatta16 commented 2 years ago

List of available email services for nodemailer: https://nodemailer.com/smtp/well-known/

Yahoo and GMail have already been tested and do not work.