Ember does give a link for email-existence. But can somebody please explain how to use this API for checking an email whether it exists?
How to check email existence using emberjs email-existence?
107 views Asked by Vadiraj Purohit At
1
Ember does give a link for email-existence. But can somebody please explain how to use this API for checking an email whether it exists?
Actually it doesn't have much to do with Ember in the beginning. You have to create a node.js application and install
email-existence
package, then, you have to expose an API for Ember and send a request from client application to your backend.