1

I came across this article describing how an email id can be verified without sending an email in PHP. I was wondering if something similar can be done with node (without using any external package).

I am relatively new to node.js.

Dhruv
  • 328
  • 3
  • 7
  • I don't think so any email provider like gmail or yahoo provide these services . – Shubham Dixit May 30 '19 at 08:20
  • Its not a service, it is based on establishing a connection with a smtp server. Working demo: http://www.tutorialspoint.com/verify_email_address.htm – Dhruv May 30 '19 at 08:23
  • Duplicate https://stackoverflow.com/questions/49314277/how-should-i-verify-email-address-existence-and-domain-name-existence-in-javascr – hoangdv May 30 '19 at 08:23
  • Not a duplicate, the question provided talks about using external packages. I need to do it without using an external package. – Dhruv May 30 '19 at 08:24

0 Answers0