How does it work ?

  1. Syntax check: The API first checks the syntax of the email address to ensure that it conforms to the standard format. This includes checking for missing "@" or "." symbols and ensuring that the address does not contain any invalid characters.
  2. Standard Response: The API is a RESTful API that delivers data in JSON format.
  3. Domain verification: The API then verifies the email address domain by checking its DNS records. This helps ensure that the domain is valid and active and can receive email.
  4. Spam trap and disposable email check: Finally, the API checks the email address against known spam traps and disposable email address providers. This helps prevent fraudulent or invalid email addresses from being used. This list gets updated from a wide variety of sources daily basis to make sure you get the most up-to-date and accurate information to protect your system from potential threats related to spam and fraud.
(Looking for other ways to ensure security for your website or application? Here’s why and how you can use Secure Archives to share files)
Discussion
Thanks, @arpansac for the feedback. I have addressed all the feedback in the new version. Let me know if anything needs to be added.

Super thanks for submitting this Sohail! Some tips before we can publish this lab: 1. Title can be changed to something simple to understand or in terms of what problem is it solving. Example: Add email authentication to your web app in 5 minutes! (adding brand name directly in the title might push the readers away) 2. In Overview: Begin with what problem do people face and why do they face it. Tell them there's a very interesting online service by ApyHub which helps solve it and is free (only if it is):P 3. Step 2: Give links to download

1

4. Step 3: Give a screenshot of the api key dashboard, right now we can see only the login page 5. Step 5: Just give a brief hint of what all dependencies got installed with npm install 6. Step 6: You could highlight the place where secret token needs to be replaced with some *********HERE******** type of comment above it. It took me a while to find it :P 7. Step 7. You could actually put in a gif showing how smoothly it works (however this gif could be a part of the main header image in overview) 8. Instead of 'Use Cases' (it frankly feels like a robot writing it:P), you could say, what more can you solve with this? 9. Finally, you could create one more step giving links to your top 5 favority Apyhub API's And finally finally, in each step, at the end, you could say what the next step would be about :)

2

11

3